File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
conda create -n OpenMDAO -c conda-forge python=3.12 mamba=2.0.5 -q -y;
38
38
conda activate OpenMDAO;
39
39
pip install --upgrade pip
40
- conda install numpy=2.2 scipy=1.15 lapack -q -y;
40
+ conda install -c conda-forge numpy=2.2 scipy=1.15 lapack -q -y;
41
41
echo "=============================================================";
42
42
echo "Install PETSc";
43
43
echo "=============================================================";
Original file line number Diff line number Diff line change 42
42
conda create -n OpenMDAO -c conda-forge python=3.12 mamba=2.0.5 -q -y;
43
43
conda activate OpenMDAO;
44
44
pip install --upgrade pip;
45
- conda install numpy=2.2 scipy=1.15 lapack -q -y;
45
+ conda install -c conda-forge numpy=2.2 scipy=1.15 lapack -q -y;
46
46
echo "=============================================================";
47
47
echo "Install PETSc";
48
48
echo "=============================================================";
You can’t perform that action at this time.
0 commit comments