Skip to content

Commit

Permalink
Add numpy upper bound of <2 since OpenMDAO doesn't support it yet
Browse files Browse the repository at this point in the history
  • Loading branch information
eytanadler committed Jul 11, 2024
1 parent 6a84831 commit d4acbb9
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 @@ -40,7 +40,7 @@
install_requires=[
# Update the oldest package versions in the GitHub Actions build file, the readme,
# and the index.rst file in the docs when you change these
"numpy>=1.20",
"numpy >=1.20, <2",
"scipy>=1.7.0",
"openmdao >=3.21, <=3.30",
],
Expand Down

0 comments on commit d4acbb9

Please sign in to comment.