From be877178c3092947128cf4195c06856fa650e9cf Mon Sep 17 00:00:00 2001 From: Falco Weichselbaum <f.weichselbaum@fz-juelich.de> Date: Tue, 26 Oct 2021 13:27:28 +0200 Subject: [PATCH] changes in module versions to be compatible with HPC system (maybe diff pip version causes errors?) - put tensorflow at first --- HPC_setup/requirements_HDFML_additionals.txt | 10 ++++++---- HPC_setup/requirements_JUWELS_additionals.txt | 14 +++++++------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/HPC_setup/requirements_HDFML_additionals.txt b/HPC_setup/requirements_HDFML_additionals.txt index 16dd2f68..f84f2246 100644 --- a/HPC_setup/requirements_HDFML_additionals.txt +++ b/HPC_setup/requirements_HDFML_additionals.txt @@ -1,4 +1,8 @@ +tensorflow==2.5.0 +numpy==1.19.5 +six==1.15.0 absl-py==0.11.0 +aiohttp==3.7.4 appdirs==1.4.4 astor==0.8.1 astropy==4.1 @@ -7,7 +11,7 @@ bottleneck==1.3.2 cached-property==1.5.2 certifi==2020.12.5 cftime==1.4.1 -chardet==4.0.0 +cchardet==2.1.7 coverage==5.4 cycler==0.10.0 dask==2.22.0 @@ -19,13 +23,13 @@ h5py==3.1.0 idna==2.10 importlib-metadata==3.4.0 iniconfig==1.1.1 +ipython==7.28.0 kiwisolver==1.3.1 locket==0.2.1 Markdown==3.3.3 matplotlib==3.3.4 mock==4.0.3 netCDF4==1.5.5.1 -numpy==1.19.5 ordered-set==4.0.2 packaging==20.9 pandas==1.1.5 @@ -52,10 +56,8 @@ requests==2.25.1 scipy==1.5.2 seaborn==0.11.1 --no-binary shapely Shapely==1.7.0 -six==1.15.0 statsmodels==0.12.2 tabulate==0.8.8 -tensorflow==2.5.0 termcolor==1.1.0 toml==0.10.2 toolz==0.11.1 diff --git a/HPC_setup/requirements_JUWELS_additionals.txt b/HPC_setup/requirements_JUWELS_additionals.txt index 2ef10802..193ed6f0 100644 --- a/HPC_setup/requirements_JUWELS_additionals.txt +++ b/HPC_setup/requirements_JUWELS_additionals.txt @@ -1,4 +1,8 @@ +tensorflow==2.5.0 +numpy==1.19.5 +six==1.15.0 absl-py==0.11.0 +aiohttp==3.7.4 appdirs==1.4.4 astor==0.8.1 astropy==4.1 @@ -7,7 +11,7 @@ bottleneck==1.3.2 cached-property==1.5.2 certifi==2020.12.5 cftime==1.4.1 -chardet==4.0.0 +cchardet==2.1.7 coverage==5.4 cycler==0.10.0 dask==2.22.0 @@ -19,13 +23,13 @@ h5py==3.1.0 idna==2.10 importlib-metadata==3.4.0 iniconfig==1.1.1 +ipython==7.28.0 kiwisolver==1.3.1 locket==0.2.1 Markdown==3.3.3 matplotlib==3.3.4 mock==4.0.3 netCDF4==1.5.5.1 -numpy==1.19.5 ordered-set==4.0.2 packaging==20.9 pandas==1.1.5 @@ -52,10 +56,8 @@ requests==2.25.1 scipy==1.5.2 seaborn==0.11.1 --no-binary shapely Shapely==1.7.0 -six==1.15.0 statsmodels==0.12.2 tabulate==0.8.8 -tensorflow==2.5.0 termcolor==1.1.0 toml==0.10.2 toolz==0.11.1 @@ -65,6 +67,4 @@ Werkzeug==1.0.1 wget==3.2 xarray==0.16.2 zipp==3.4.0 - -#Cartopy==0.18.0 - +#Cartopy==0.18.0 \ No newline at end of file -- GitLab