Skip to content

Commit

Permalink
Add bounds on numpy.
Browse files Browse the repository at this point in the history
  • Loading branch information
nennigb committed Sep 3, 2024
1 parent b174aea commit 032d756
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<2', 'scipy', 'sympy', 'setuptools<60.0'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down

0 comments on commit 032d756

Please sign in to comment.