Skip to content

Commit

Permalink
forgot to update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Baum committed Dec 15, 2020
1 parent e26c458 commit 6e92efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="orthopoly",
version="0.7",
version="0.8",
author="Mark M. Baum",
author_email="[email protected]",
description="Python functions for orthogonal polynomials and (real, 2D, orthonormal) spherical harmonics",
Expand All @@ -16,7 +16,7 @@
python_requires='>=3',
install_requires=[
'numpy',
'scipy>=0.18.0'
'scipy>=1.5.4'
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 6e92efc

Please sign in to comment.