Skip to content

Commit df5012d

Browse files
authored
Remove OM upper bound (#468)
* Remove OM upper bound * Exclude 3.40 * end of file
1 parent ceb7c90 commit df5012d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
package_data={"openaerostruct": ["tests/*.py", "*/tests/*.py", "*/*/tests/*.py"]},
5555
install_requires=[
5656
# Remember to update the oldest versions in docs/installation.rst
57-
"openmdao>=3.35,<=3.39",
57+
"openmdao>=3.35,!=3.40",
5858
"numpy>=1.21",
5959
"scipy>=1.7",
6060
"matplotlib",

0 commit comments

Comments
 (0)