Skip to content

Commit e79bada

Browse files
authored
Added lower bounds to numpy and scipy versions (#390)
1 parent 0c0cf67 commit e79bada

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
package_data={"openaerostruct": ["tests/*.py", "*/tests/*.py", "*/*/tests/*.py"]},
5252
install_requires=[
5353
"openmdao>=3.2, <=3.16.0", # don't forget to update OM versions in README.md and docs/installation.rst
54-
"numpy",
55-
"scipy",
54+
"numpy>1.19",
55+
"scipy>=1.6.0",
5656
"matplotlib",
5757
],
5858
extras_require=optional_dependencies,

0 commit comments

Comments
 (0)