-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mark Baum
committed
Dec 15, 2020
1 parent
e26c458
commit 6e92efc
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -16,7 +16,7 @@ | |
python_requires='>=3', | ||
install_requires=[ | ||
'numpy', | ||
'scipy>=0.18.0' | ||
'scipy>=1.5.4' | ||
], | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
|