Skip to content

Commit

Permalink
Updated latest numpy version in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eytanadler committed Jul 11, 2024
1 parent d4acbb9 commit c69bf49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ OpenConcept is tested regularly on builds with the oldest and latest supported p
- 3.30
* - NumPy
- 1.20
- latest
- 1.26
* - SciPy
- 1.7.0
- latest
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ OpenConcept is tested regularly on builds with the oldest and latest supported p
| ------- | ------- | ------ |
| Python | 3.8 | 3.11 |
| OpenMDAO | 3.21 | 3.30 |
| NumPy | 1.20 | latest |
| NumPy | 1.20 | 1.26 |
| SciPy | 1.7.0 | latest |
| OpenAeroStruct | latest | latest |

Expand Down
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, <2",
"numpy >=1.20, <=1.26", # OpenMDAO is not compatible with NumPy v2
"scipy>=1.7.0",
"openmdao >=3.21, <=3.30",
],
Expand Down

0 comments on commit c69bf49

Please sign in to comment.