Skip to content

Commit

Permalink
Revert "try to install METplotpy/calcpy package dependencies from the…
Browse files Browse the repository at this point in the history
…ir requirements.txt file"

This reverts commit 9c407cf.
  • Loading branch information
georgemccabe committed Sep 24, 2024
1 parent afea37e commit 5303283
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions internal/scripts/docker_env/scripts/metplotpy_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,4 @@ BASE_ENV=metplus_base.${METPLUS_VERSION}

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

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
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

0 comments on commit 5303283

Please sign in to comment.