We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb7c90 commit df5012dCopy full SHA for df5012d
1 file changed
setup.py
@@ -54,7 +54,7 @@
54
package_data={"openaerostruct": ["tests/*.py", "*/tests/*.py", "*/*/tests/*.py"]},
55
install_requires=[
56
# Remember to update the oldest versions in docs/installation.rst
57
- "openmdao>=3.35,<=3.39",
+ "openmdao>=3.35,!=3.40",
58
"numpy>=1.21",
59
"scipy>=1.7",
60
"matplotlib",
0 commit comments