mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
python3Packages.changefinder: fix derivation
This commit is contained in:
parent
9f4f3d8f6a
commit
5c0954769b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue