From 9c407cf30d41c145cc55b0d832b311494fcd004a Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Tue, 24 Sep 2024 05:55:00 -0600 Subject: [PATCH] try to install METplotpy/calcpy package dependencies from their requirements.txt file --- internal/scripts/docker_env/scripts/metplotpy_env.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/internal/scripts/docker_env/scripts/metplotpy_env.sh b/internal/scripts/docker_env/scripts/metplotpy_env.sh index 6a55e6238e..f40a571c3f 100755 --- a/internal/scripts/docker_env/scripts/metplotpy_env.sh +++ b/internal/scripts/docker_env/scripts/metplotpy_env.sh @@ -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