Skip to content

Commit

Permalink
Merge branch 'feature_1566_python_3.8.6' of github.com:dtcenter/METpl…
Browse files Browse the repository at this point in the history
…us into feature_1566_python_3.8.6
  • Loading branch information
georgemccabe committed Jul 25, 2022
2 parents 790f91e + 017c7b3 commit 162b063
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/docker/docker_env/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ docker push dtcenter/metplus-envs:metdataio.v5
### Local

```
./scripts/metdatadb_env.sh
./scripts/metdataio_env.sh
```


Expand Down
4 changes: 3 additions & 1 deletion scripts/docker/docker_env/scripts/weatherregime_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

################################################################################
# Environment: weatherregime.v5
# Last Updated: 2022-06-16 (mccabe@ucar.edu)
# Last Updated: 2022-07-19 (mccabe@ucar.edu)
# Notes: Adds Python packages needed to run weather regime use case
# METplotpy and METcalcpy
# Python Packages:
# TODO: update versions
# All packages from metplotpy_env
# scikit-learn==0.24.2
# eofs==1.4.0
# cmocean==
#
# Other Content: None
################################################################################
Expand All @@ -24,6 +25,7 @@ BASE_ENV=metplotpy.v5
conda create -y --clone ${BASE_ENV} --name ${ENV_NAME}
conda install -y --name ${ENV_NAME} -c conda-forge scikit-learn #==0.24.2
conda install -y --name ${ENV_NAME} -c conda-forge eofs #==1.4.0
conda install -y --name ${ENV_NAME} -c conda-forge cmocean

rm cartopy_feature_download.py
yum -y install wget
Expand Down

0 comments on commit 162b063

Please sign in to comment.