-
- Downloads
changed to tensorflow==2.3.1 in requirements.txt and deleted...
changed to tensorflow==2.3.1 in requirements.txt and deleted requirements_tf2.txt and requirements_gpu.txt, because they are not needed anymore. Also updated mlt_modules_hdfml.sh
parent
f601fadc
Branches
Tags
Showing
- HPC_setup/mlt_modules_hdfml.sh 10 additions, 9 deletionsHPC_setup/mlt_modules_hdfml.sh
- HPC_setup/mlt_modules_juwels.sh 0 additions, 1 deletionHPC_setup/mlt_modules_juwels.sh
- requirements.txt 4 additions, 9 deletionsrequirements.txt
- requirements_gpu.txt 0 additions, 74 deletionsrequirements_gpu.txt
- requirements_tf2.txt 0 additions, 69 deletionsrequirements_tf2.txt
... | @@ -13,15 +13,12 @@ cycler==0.10.0 | ... | @@ -13,15 +13,12 @@ cycler==0.10.0 |
dask==2021.2.0 | dask==2021.2.0 | ||
dill==0.3.3 | dill==0.3.3 | ||
fsspec==0.8.5 | fsspec==0.8.5 | ||
gast==0.4.0 | gast==0.3.3 | ||
grpcio==1.35.0 | grpcio==1.35.0 | ||
h5py==2.10.0 | h5py==2.10.0 | ||
idna==2.10 | idna==2.10 | ||
importlib-metadata==3.4.0 | importlib-metadata==3.4.0 | ||
iniconfig==1.1.1 | iniconfig==1.1.1 | ||
Keras==2.2.4 | |||
Keras-Applications==1.0.8 | |||
Keras-Preprocessing==1.1.2 | |||
kiwisolver==1.3.1 | kiwisolver==1.3.1 | ||
locket==0.2.1 | locket==0.2.1 | ||
Markdown==3.3.3 | Markdown==3.3.3 | ||
... | @@ -52,14 +49,11 @@ python-dateutil==2.8.1 | ... | @@ -52,14 +49,11 @@ python-dateutil==2.8.1 |
pytz==2021.1 | pytz==2021.1 | ||
PyYAML==5.4.1 | PyYAML==5.4.1 | ||
requests==2.25.1 | requests==2.25.1 | ||
scipy==1.5.4 | scipy==1.4.1 | ||
seaborn==0.11.1 | seaborn==0.11.1 | ||
six==1.15.0 | six==1.15.0 | ||
statsmodels==0.12.2 | statsmodels==0.12.2 | ||
tabulate==0.8.8 | tabulate==0.8.8 | ||
tensorboard==1.13.1 | |||
tensorflow==1.13.1 | |||
tensorflow-estimator==1.13.0 | |||
termcolor==1.1.0 | termcolor==1.1.0 | ||
toml==0.10.2 | toml==0.10.2 | ||
toolz==0.11.1 | toolz==0.11.1 | ||
... | @@ -71,4 +65,5 @@ xarray==0.16.2 | ... | @@ -71,4 +65,5 @@ xarray==0.16.2 |
zipp==3.4.0 | zipp==3.4.0 | ||
--no-binary shapely Shapely==1.7.0 | --no-binary shapely Shapely==1.7.0 | ||
Cartopy==0.18.0 | # Cartopy==0.18.0 | ||
tensorflow==2.3.1 | |||
\ No newline at end of file |
requirements_gpu.txt
deleted
100644 → 0
requirements_tf2.txt
deleted
100644 → 0
Please register or sign in to comment