12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
22 hash = "sha256-rFKmUsy67RhX/xIJhi8Dv5sG0JOxJgb7QQeH2jqmWg4=";
26 # https://github.com/mdp-toolkit/mdp-toolkit/issues/92
27 substituteInPlace mdp/utils/routines.py \
28 --replace numx.typeDict numx.sctypeDict
29 substituteInPlace mdp/test/test_NormalizingRecursiveExpansionNode.py \
30 --replace py.test"" "pytest"
31 substituteInPlace mdp/test/test_RecursiveExpansionNode.py \
32 --replace py.test"" "pytest"
35 propagatedBuildInputs = [
46 pythonImportsCheck = [
54 pytest --seed 7710873 mdp
55 pytest --seed 7710873 bimdp
61 description = "Library for building complex data processing software by combining widely used machine learning algorithms";
62 homepage = "https://mdp-toolkit.github.io/";
63 changelog = "https://github.com/mdp-toolkit/mdp-toolkit/blob/MDP-${version}/CHANGES";
64 license = licenses.bsd3;
65 maintainers = with maintainers; [ nico202 ];