Skip to content

Commit 6e92efc

Browse files
author
Mark Baum
committed
forgot to update setup.py
1 parent e26c458 commit 6e92efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="orthopoly",
8-
version="0.7",
8+
version="0.8",
99
author="Mark M. Baum",
1010
author_email="markbaum@g.harvard.edu",
1111
description="Python functions for orthogonal polynomials and (real, 2D, orthonormal) spherical harmonics",
@@ -16,7 +16,7 @@
1616
python_requires='>=3',
1717
install_requires=[
1818
'numpy',
19-
'scipy>=0.18.0'
19+
'scipy>=1.5.4'
2020
],
2121
classifiers=[
2222
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)