Skip to content

Commit

Permalink
Remove version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nennigb committed Sep 3, 2024
1 parent a309606 commit 6567a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def version():
package_data={'pypolsys': ['examples/data/*.npz']},
# build f90 module
ext_modules=[ext_wrapper(buildLapack)],
install_requires=['numpy', 'scipy', 'sympy', 'setuptools<60.0'],
install_requires=['numpy', 'scipy', 'sympy', 'setuptools'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down

0 comments on commit 6567a93

Please sign in to comment.