diff --git a/setup.py b/setup.py index 6e04f29..bc171f6 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ }, install_requires=[ 'numpy==1.18.1', - 'scipy==1.4.1', + 'scipy==1.10.0', 'sty==1.0.0b12', 'matplotlib==3.1.3' ],