Merge pull request #321641 from pedorich-n/changefinder-fix

python3Packages.changefinder: fix build
This commit is contained in:
Aleksana 2024-06-28 22:02:49 +08:00 committed by GitHub
commit c94b214471
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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