Skip to content

Commit

Permalink
added statsmodel package to metplotpy docker conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Feb 15, 2022
1 parent 1838e33 commit 58c0de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/docker/docker_env/scripts/metplotpy_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ conda install -y --name ${ENV_NAME} -c conda-forge cmocean==2.0
conda install -y --name ${ENV_NAME} -c conda-forge xarray==0.17
conda install -y --name ${ENV_NAME} -c conda-forge netcdf4==1.5.6
conda install -y --name ${ENV_NAME} -c conda-forge pyyaml
conda install -y --name ${ENV_NAME} -c conda-forge statsmodels==0.11.1
/usr/local/envs/${ENV_NAME}/bin/pip3 install kaleido==0.2.1

yum -y install wget
Expand Down

0 comments on commit 58c0de8

Please sign in to comment.