diff --git a/setup.py b/setup.py index 01d381abc2f..b2c2e2f3590 100755 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ install_requires = setup_requires + [ 'cython>=0.29', 'numpy>=1.16.0,!=1.19.0,<2.0.0', - 'scipy>=0.16.0', + 'scipy>=0.16.0,<1.14.0', 'astropy>=2.0.3,!=4.2.1,!=4.0.5', 'matplotlib>=1.5.1', 'mpld3>=0.3',