From a271dace2d5d6a323ae974a2b4285326e7ae96cd Mon Sep 17 00:00:00 2001 From: Felix Kleinert <f.kleinert@fz-juelich.de> Date: Thu, 30 Apr 2020 15:51:47 +0200 Subject: [PATCH] add -ignore-installed statsmodels==0.11.1 to setup env --- HPC_setup/setup_venv_hdfml.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/HPC_setup/setup_venv_hdfml.sh b/HPC_setup/setup_venv_hdfml.sh index d18e41d5..d2c51a9c 100644 --- a/HPC_setup/setup_venv_hdfml.sh +++ b/HPC_setup/setup_venv_hdfml.sh @@ -27,6 +27,7 @@ export PYTHONPATH=${cur}/../venv_hdfml/lib/python3.6/site-packages:${PYTHONPATH} 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 # see wiki on hdfml for information oh h5py: # https://gitlab.version.fz-juelich.de/haf/Wiki/-/wikis/HDF-ML%20System -- GitLab