diff --git a/setup.py b/setup.py index a86831c..f6b3326 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="orthopoly", - version="0.7", + version="0.8", author="Mark M. Baum", author_email="markbaum@g.harvard.edu", description="Python functions for orthogonal polynomials and (real, 2D, orthonormal) spherical harmonics", @@ -16,7 +16,7 @@ python_requires='>=3', install_requires=[ 'numpy', - 'scipy>=0.18.0' + 'scipy>=1.5.4' ], classifiers=[ "Programming Language :: Python :: 3",