Skip to content
Snippets Groups Projects
Commit 285a2e36 authored by Falco Weichselbaum's avatar Falco Weichselbaum
Browse files

deactivated additional package updates in setup_venv_*.sh

parent 0b539ee5
No related branches found
No related tags found
5 merge requests!413update release branch,!412Resolve "release v2.0.0",!361name of pdf starts now with feature_importance, there is now also another...,!354additional netcdf4 version install removed for setup_venv_hdfml.sh and...,!335Resolve "upgrade code to TensorFlow V2"
Pipeline #82232 failed
...@@ -31,8 +31,8 @@ echo "##### FINISH INSTALLING requirements_HDFML_additionals.txt #####" ...@@ -31,8 +31,8 @@ echo "##### FINISH INSTALLING requirements_HDFML_additionals.txt #####"
# pip install --ignore-installed matplotlib==3.2.0 # pip install --ignore-installed matplotlib==3.2.0
# pip install --ignore-installed pandas==1.0.1 # pip install --ignore-installed pandas==1.0.1
# pip install --ignore-installed statsmodels==0.11.1 # pip install --ignore-installed statsmodels==0.11.1
pip install --ignore-installed tabulate # pip install --ignore-installed tabulate
pip install -U typing_extensions # pip install -U typing_extensions
# see wiki on hdfml for information oh h5py: # see wiki on hdfml for information oh h5py:
# https://gitlab.version.fz-juelich.de/haf/Wiki/-/wikis/HDF-ML%20System # https://gitlab.version.fz-juelich.de/haf/Wiki/-/wikis/HDF-ML%20System
......
...@@ -31,6 +31,6 @@ echo "##### FINISH INSTALLING requirements_JUWELS_additionals.txt #####" ...@@ -31,6 +31,6 @@ echo "##### FINISH INSTALLING requirements_JUWELS_additionals.txt #####"
# pip install --ignore-installed matplotlib==3.2.0 # pip install --ignore-installed matplotlib==3.2.0
# pip install --ignore-installed pandas==1.0.1 # 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) # Comment: Maybe we have to export PYTHONPATH a second time ater activating the venv (after job allocation)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment