9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "b47aecb16771e1ba0736557255d80ae0240b09156bff434321de559b359ac2d6";
18 # nose was specified in setup.py as a build dependency...
19 buildInputs = [ cython nose ];
20 propagatedBuildInputs = [ numpy ];
22 # cannot resolve path for packages in tests
30 homepage = "https://github.com/daleroberts/hdmedians";
31 description = "High-dimensional medians";
32 license = licenses.gpl3;
33 maintainers = [ maintainers.costrouc ];