From 61392244dce2c114ddaf8e5f2c75028d01449aa3 Mon Sep 17 00:00:00 2001 From: Felix Kleinert <f.kleinert@fz-juelich.de> Date: Thu, 30 Apr 2020 16:07:50 +0200 Subject: [PATCH] update venvs --- HPC_setup/requirements_JUWELS_outcommented.txt | 2 +- HPC_setup/setup_venv_hdfml.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HPC_setup/requirements_JUWELS_outcommented.txt b/HPC_setup/requirements_JUWELS_outcommented.txt index 46bb8e2e..79a36ab9 100644 --- a/HPC_setup/requirements_JUWELS_outcommented.txt +++ b/HPC_setup/requirements_JUWELS_outcommented.txt @@ -50,7 +50,7 @@ pytest-sugar # requests==2.23.0 # in Python # scipy==1.4.1 # in SciPy-Stack # seaborn==0.10.0 # in SciPy-Stack ---no-binary shapely Shapely==1.7.0 +# --no-binary shapely Shapely==1.7.0 # six==1.11.0 # in Python statsmodels==0.11.1 # (in Jupyter, but not found) # tensorboard==1.13.1 # in TF diff --git a/HPC_setup/setup_venv_hdfml.sh b/HPC_setup/setup_venv_hdfml.sh index d2c51a9c..2ea4e789 100644 --- a/HPC_setup/setup_venv_hdfml.sh +++ b/HPC_setup/setup_venv_hdfml.sh @@ -28,6 +28,7 @@ pip install -r ${cur}/requirements_HDFML_outcommented.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 # see wiki on hdfml for information oh h5py: # https://gitlab.version.fz-juelich.de/haf/Wiki/-/wikis/HDF-ML%20System -- GitLab