Skip to content

Commit d4acbb9

Browse files
committed
Add numpy upper bound of <2 since OpenMDAO doesn't support it yet
1 parent 6a84831 commit d4acbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
install_requires=[
4141
# Update the oldest package versions in the GitHub Actions build file, the readme,
4242
# and the index.rst file in the docs when you change these
43-
"numpy>=1.20",
43+
"numpy >=1.20, <2",
4444
"scipy>=1.7.0",
4545
"openmdao >=3.21, <=3.30",
4646
],

0 commit comments

Comments
 (0)