diff --git a/pkgs/development/python-modules/changefinder/default.nix b/pkgs/development/python-modules/changefinder/default.nix index b7f49ccce54f..fc34238f00ec 100644 --- a/pkgs/development/python-modules/changefinder/default.nix +++ b/pkgs/development/python-modules/changefinder/default.nix @@ -2,6 +2,7 @@ , buildPythonPackage , fetchFromGitHub , setuptools +, nose , numpy , scipy , statsmodels @@ -24,6 +25,7 @@ buildPythonPackage { ]; propagatedBuildInputs = [ + nose # not actually required during runtime, but specified as required in `setup.py` numpy scipy statsmodels