From 285a2e36b91a509fe2a63115209ed1111402dea3 Mon Sep 17 00:00:00 2001 From: Falco Weichselbaum <f.weichselbaum@fz-juelich.de> Date: Thu, 4 Nov 2021 20:09:16 +0100 Subject: [PATCH] deactivated additional package updates in setup_venv_*.sh --- HPC_setup/setup_venv_hdfml.sh | 4 ++-- HPC_setup/setup_venv_juwels.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HPC_setup/setup_venv_hdfml.sh b/HPC_setup/setup_venv_hdfml.sh index 5f10680e..dcc1b840 100644 --- a/HPC_setup/setup_venv_hdfml.sh +++ b/HPC_setup/setup_venv_hdfml.sh @@ -31,8 +31,8 @@ echo "##### FINISH INSTALLING requirements_HDFML_additionals.txt #####" # pip install --ignore-installed matplotlib==3.2.0 # pip install --ignore-installed pandas==1.0.1 # pip install --ignore-installed statsmodels==0.11.1 -pip install --ignore-installed tabulate -pip install -U typing_extensions +# pip install --ignore-installed tabulate +# pip install -U typing_extensions # see wiki on hdfml for information oh h5py: # https://gitlab.version.fz-juelich.de/haf/Wiki/-/wikis/HDF-ML%20System diff --git a/HPC_setup/setup_venv_juwels.sh b/HPC_setup/setup_venv_juwels.sh index b4936e76..07b97f1c 100755 --- a/HPC_setup/setup_venv_juwels.sh +++ b/HPC_setup/setup_venv_juwels.sh @@ -31,6 +31,6 @@ echo "##### FINISH INSTALLING requirements_JUWELS_additionals.txt #####" # pip install --ignore-installed matplotlib==3.2.0 # pip install --ignore-installed pandas==1.0.1 -pip install -U typing_extensions +# pip install -U typing_extensions # Comment: Maybe we have to export PYTHONPATH a second time ater activating the venv (after job allocation) -- GitLab