Skip to content

Commit

Permalink
try to install METplotpy/calcpy package dependencies from their requi…
Browse files Browse the repository at this point in the history
…rements.txt file
  • Loading branch information
georgemccabe committed Sep 24, 2024
1 parent 3d752d1 commit 9c407cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion internal/scripts/docker_env/scripts/metplotpy_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ BASE_ENV=metplus_base.${METPLUS_VERSION}

mamba create -y --clone ${BASE_ENV} --name ${ENV_NAME}

mamba install -y --name ${ENV_NAME} -c conda-forge matplotlib==3.6.3 scipy==1.9.3 plotly==5.13.0 xarray==2023.1.0 netcdf4==1.6.2 pyyaml==6.0 python-kaleido==0.2.1 imageio==2.25.0 imutils==0.5.4 scikit-image pint==0.20.1 metpy cartopy==0.21.1
git clone -b develop https://github.com/dtcenter/METcalcpy
git clone -b develop https://github.com/dtcenter/METplotpy
mamba install --yes --file METcalcpy/requirements.txt
mamba install --yes --file METplotpy/requirements.txt

0 comments on commit 9c407cf

Please sign in to comment.