-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature_1566_python_3.8.6' of github.com:dtcenter/METpl…
…us into feature_1566_python_3.8.6
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,15 @@ | |
|
||
################################################################################ | ||
# Environment: weatherregime.v5 | ||
# Last Updated: 2022-06-16 ([email protected]) | ||
# Last Updated: 2022-07-19 ([email protected]) | ||
# 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 | ||
################################################################################ | ||
|
@@ -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 | ||
|