python3Packages.changefinder: fix derivation

This commit is contained in:
Nikita Pedorich 2024-06-22 10:47:13 +09:00
parent 9f4f3d8f6a
commit 5c0954769b
No known key found for this signature in database
GPG key ID: ADC7FB37D4DF4CE2

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