diff --git a/setup.py b/setup.py index bf42ab1..d1191db 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ install_requires=[ 'matplotlib==3.3.3', 'numpy==1.18.1', - 'scipy==1.3.2', + 'scipy==1.10.0', 'h5py==2.10.0', 'scikit-image==0.17.2' ],