7 oldest-supported-numpy,
16 buildPythonPackage rec {
20 disabled = pythonOlder "3.7";
25 inherit pname version;
26 hash = "sha256-tCta57LRWx1N7mOBDqeYo5IX6Kdre0nA62OoTg/ZAP4=";
32 oldest-supported-numpy
39 propagatedBuildInputs = [ numpy ];
41 nativeCheckInputs = [ pytestCheckHook ];
44 description = "Python wrapper for Ofir Pele and Michael Werman's implementation of the Earth Mover's Distance";
45 homepage = "https://github.com/wmayner/pyemd";
46 license = licenses.mit;