Skip to content

Commit

Permalink
using python 3.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Xingqiu.Yuan authored and Xingqiu.Yuan committed Jun 17, 2024
1 parent 5eea59b commit 2e234c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/build_scripts/build_gaea_c5_gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ git clone --recursive https://github.com/NOAA-GFDL/pace
cd pace

# create a conda environment for pace
conda create -y --name my_name python=3.8
conda create -y --name my_name python=3.11.9

# enter the environment and update it
conda activate my_name
Expand Down
2 changes: 1 addition & 1 deletion examples/build_scripts/build_ppan_intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ conda config --add envs_dirs $CONDA_PREFIX/envs
cd $PACE_DIR

# create a conda environment with cartopy and its dependencies installed
conda create -c conda-forge -y --name $ENVIRONMENT_NAME python=3.8 matplotlib==3.5.2 cartopy==0.18.0
conda create -c conda-forge -y --name $ENVIRONMENT_NAME python=3.11.9 matplotlib==3.5.2 cartopy==0.18.0

# enter the environment and update it
conda activate $ENVIRONMENT_NAME
Expand Down

0 comments on commit 2e234c9

Please sign in to comment.