6 , oldest-supported-numpy
15 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
24 inherit pname version;
25 hash = "sha256-tCta57LRWx1N7mOBDqeYo5IX6Kdre0nA62OoTg/ZAP4=";
31 oldest-supported-numpy
38 propagatedBuildInputs = [
47 description = "A Python wrapper for Ofir Pele and Michael Werman's implementation of the Earth Mover's Distance";
48 homepage = "https://github.com/wmayner/pyemd";
49 license = licenses.mit;