Skip to content

Commit

Permalink
Need openmdao 3.22 to work with numpy 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
A-CGray committed Jul 15, 2024
1 parent a9a1966 commit 2bab81b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
PYTHON_VERSION_LATEST: ['3.11']
NUMPY_VERSION_OLDEST: ['1.24'] # latest is most recent on PyPI
SCIPY_VERSION_OLDEST: ['1.9'] # latest is most recent on PyPI
OPENMDAO_VERSION_OLDEST: ['3.20'] # latest is most recent on PyPI
OPENMDAO_VERSION_OLDEST: ['3.22'] # latest is most recent on PyPI
MPHYS_VERSION_OLDEST: ['1.0.0'] # latest is most recent on PyPI
PYGEO_VERSION_OLDEST: ['1.6.0'] # latest is pulled from main branch, for some reason anything after 1.12.2 seg faults on the old build
VSP_VERSION: ['3.27.1'] # used for both builds
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The oldest and latest versions of the dependencies that we test regularly are th
| Python | 3.9 | 3.11 |
| NumPy | 1.24 | latest |
| SciPy | 1.9.0 | latest |
| OpenMDAO | 3.20 | latest |
| OpenMDAO | 3.22 | latest |
| MPhys | 1.0.0 | latest |
| Matplotlib | latest | latest |
| pyGeo (optional) | 1.6.0 | latest |
Expand Down
2 changes: 1 addition & 1 deletion openaerostruct/docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The oldest and latest versions of the dependencies that we test regularly are th
- 1.9.0
- latest
* - OpenMDAO
- 3.20
- 3.22
- latest
* - Matplotlib
- latest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
package_data={"openaerostruct": ["tests/*.py", "*/tests/*.py", "*/*/tests/*.py"]},
install_requires=[
# Remember to update the oldest versions in the GitHub Actions build, the readme, and in docs/installation.rst
"openmdao>=3.20",
"openmdao>=3.22",
"numpy>=1.24",
"scipy>=1.9",
"matplotlib",
Expand Down

0 comments on commit 2bab81b

Please sign in to comment.