7 oldest-supported-numpy,
12 buildPythonPackage rec {
18 inherit pname version;
19 hash = "sha256-tHrssWdx4boHNlVyVdgK4CQLCRVr/0NDId5VmzWawtY=";
23 # https://github.com/daleroberts/hdmedians/pull/10
28 substituteInPlace setup.py \
29 --replace-fail "'nose>=1.0'," ""
34 oldest-supported-numpy
38 dependencies = [ numpy ];
40 pythonImportsCheck = [ "hdmedians" ];
51 homepage = "https://github.com/daleroberts/hdmedians";
52 description = "High-dimensional medians";
53 license = licenses.asl20;