11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "39cff2b86856d03ca8a3d9c38598034ecf1a768c325fd3a728bb9eadb8c6b919";
20 propagatedBuildInputs = [ numpy scipy ];
21 nativeCheckInputs = [ matplotlib pytest ];
22 doCheck = !isPy3k; # https://github.com/marinkaz/nimfa/issues/42
25 description = "Nonnegative matrix factorization library";
26 homepage = "http://nimfa.biolab.si";
27 license = licenses.bsd3;
28 maintainers = with maintainers; [ ashgillman ];