diff --git a/setup.py b/setup.py index 66ccd1a..ba68575 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def readme(): 'pandas', 'numpy==1.18.5', 'scikit-learn==0.23.1', - 'scipy==1.4.1', + 'scipy==1.10.0', 'matplotlib' ], test_suite='nose.collector',