From 396e6441ca93076b5a4645a45bac4b2fc43dd35f Mon Sep 17 00:00:00 2001 From: Daniel Wolfensberger Date: Wed, 24 Jan 2024 13:21:18 +0100 Subject: [PATCH] update appendix.txt --- binder/appendix.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/binder/appendix.txt b/binder/appendix.txt index 35429c9..ee8fb35 100644 --- a/binder/appendix.txt +++ b/binder/appendix.txt @@ -1,6 +1,6 @@ USER root RUN echo "export PYART_CONFIG=/home/jovyan/pyrad_config/mf_config.py" >> ~/.profile && \ echo "export METRANETLIB_PATH=/home/jovyan/lib/" >> ~/.profile && \ - rm -r /srv/conda/envs/notebook/lib/python3.9/site-packages/pyart && \ - pip install pyart_mch==1.8.6 && \ - pip install pyrad_mch==1.8.8 + rm -r /srv/conda/envs/notebook/lib/python3.9/site-packages/pyart* && \ + pip install pyart_mch && \ + pip install pyrad_mch