Skip to content

Commit 8f79e4d

Browse files
authored
Merge pull request #232 from kejacobson/code_version_updates
Mark a version of OpenMDAO with a parallel bug in the setup.py and updated recommend solver versions in readme
2 parents ea0ca17 + 52a4f12 commit 8f79e4d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Open-source codes with builders and components compatible with mphys:
4040

4141
| Code | Recommended Version* | Analysis Type | Notes |
4242
|------------------------------------------------------------|----------------------|--------------------------------|-------------------------------------------------------------------------|
43-
| [ADflow](https://github.com/mdolab/adflow) | 2.12.0 | Aerodynamics | Structured multi-block and overset CFD. |
43+
| [ADflow](https://github.com/mdolab/adflow) | 2.12.2 | Aerodynamics | Structured multi-block and overset CFD. |
4444
| [DAfoam](https://github.com/mdolab/dafoam) | 3.2.0 | Aerodynamics | Discrete Adjoint with OpenFOAM. |
45-
| [OpenAeroStruct](https://github.com/mdolab/openaerostruct) | 2.9.1 | Aerodynamics | Vortex lattice aerodynamics written using OpenMDAO. |
46-
| [FunToFEM](https://github.com/smdogroup/funtofem) | 0.3.8 | Load and Displacement Transfer | Point cloud based transfer scheme. Part of the FUNtoFEM package. |
47-
| [pyCycle](https://github.com/OpenMDAO/pyCycle) | 4.3.0 | Propulsion | Thermodynamic cycle modeling library for engines. |
48-
| [pyGeo](https://github.com/mdolab/pygeo) | 1.15.0 | Geometric Parameterization | Wrapper for ESP, OpenVSP, and a free-form deformation parameterization. |
49-
| [TACS](https://github.com/smdogroup/tacs) | 3.8.0 | Structures | Parallel Finite Element Analysis. |
45+
| [OpenAeroStruct](https://github.com/mdolab/openaerostruct) | 2.12.0 | Aerodynamics | Vortex lattice aerodynamics written using OpenMDAO. |
46+
| [FunToFEM](https://github.com/smdogroup/funtofem) | 0.3.10 | Load and Displacement Transfer | Point cloud based transfer scheme. Part of the FUNtoFEM package. |
47+
| [pyCycle](https://github.com/OpenMDAO/pyCycle) | 4.4.0 | Propulsion | Thermodynamic cycle modeling library for engines. |
48+
| [pyGeo](https://github.com/mdolab/pygeo) | 1.17.0 | Geometric Parameterization | Wrapper for ESP, OpenVSP, and a free-form deformation parameterization. |
49+
| [TACS](https://github.com/smdogroup/tacs) | 3.10.0 | Structures | Parallel Finite Element Analysis. |
5050

5151
\* Recommended version to run mphys examples. Older versions may still be supported.
5252

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
author_email="",
3737
zip_safe=False,
3838
packages=find_packages(),
39-
install_requires=["numpy", "openmdao >= 3.25, != 3.27.0"],
39+
install_requires=["numpy", "openmdao >= 3.25, != 3.27.0, != 3.42.0"],
4040
extras_require=optional_dependencies,
4141
)

0 commit comments

Comments
 (0)