File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 conda create -n OpenMDAO -c conda-forge python=3.12 mamba=2.0.5 -q -y;
4343 conda activate OpenMDAO;
4444 pip install --upgrade pip;
45- conda install -c conda-forge numpy=1.26 scipy=1.15 lapack -q -y;
45+ conda install -c conda-forge numpy>=2.0 scipy lapack -q -y;
4646 echo "=============================================================";
4747 echo "Install PETSc";
4848 echo "=============================================================";
6161 echo "=============================================================";
6262 echo "Install optional dependencies";
6363 echo "=============================================================";
64- mamba install -c "smdogroup/label/complex" -c smdogroup -c conda-forge "tacs>=3.8 .0" "funtofem>=0.3.8 " -q -y;
64+ mamba install -c "smdogroup/label/complex" -c smdogroup -c conda-forge "tacs>=3.10 .0" "funtofem>=0.3.10 " -q -y;
6565 pip install openaerostruct;
6666 echo "=============================================================";
6767 echo "List installed packages/versions";
You can’t perform that action at this time.
0 commit comments