From 6e92efc62cd0e582c64588878884a9cfa18dd100 Mon Sep 17 00:00:00 2001 From: Mark Baum Date: Tue, 15 Dec 2020 12:37:42 -0600 Subject: [PATCH] forgot to update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",