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

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
3 merge requests!413update release branch,!412Resolve "release v2.0.0",!335Resolve "upgrade code to TensorFlow V2"
Pipeline #81225 failed
...@@ -8,15 +8,16 @@ ...@@ -8,15 +8,16 @@
module --force purge module --force purge
module use $OTHERSTAGES module use $OTHERSTAGES
ml Stages/2019a ml Stages/2020
ml GCCcore/.8.3.0 ml GCCcore/.9.3.0
ml Python/3.6.8
ml TensorFlow/1.13.1-GPU-Python-3.6.8 ml Jupyter/2020.3.0-Python-3.8.5
ml Keras/2.2.4-GPU-Python-3.6.8 ml Python/3.8.5
ml SciPy-Stack/2019a-Python-3.6.8 ml TensorFlow/2.3.1-Python-3.8.5
ml dask/1.1.5-Python-3.6.8 ml SciPy-Stack/2020-Python-3.8.5
ml GEOS/3.7.1-Python-3.6.8 ml dask/2.22.0-Python-3.8.5
ml Graphviz/2.40.1 ml GEOS/3.8.1-Python-3.8.5
ml Graphviz/2.44.1
......
...@@ -13,7 +13,6 @@ ml GCCcore/.9.3.0 ...@@ -13,7 +13,6 @@ ml GCCcore/.9.3.0
ml Jupyter/2020.3.0-Python-3.8.5 ml Jupyter/2020.3.0-Python-3.8.5
ml Python/3.8.5 ml Python/3.8.5
# ml TensorFlow/1.13.1-GPU-Python-3.6.8
ml TensorFlow/2.3.1-Python-3.8.5 ml TensorFlow/2.3.1-Python-3.8.5
ml SciPy-Stack/2020-Python-3.8.5 ml SciPy-Stack/2020-Python-3.8.5
ml dask/2.22.0-Python-3.8.5 ml dask/2.22.0-Python-3.8.5
......
...@@ -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
absl-py==0.11.0
appdirs==1.4.4
astor==0.8.1
astropy==4.1
attrs==20.3.0
bottleneck==1.3.2
cached-property==1.5.2
certifi==2020.12.5
cftime==1.4.1
chardet==4.0.0
coverage==5.4
cycler==0.10.0
dask==2021.2.0
dill==0.3.3
fsspec==0.8.5
gast==0.4.0
grpcio==1.35.0
h5py==2.10.0
idna==2.10
importlib-metadata==3.4.0
iniconfig==1.1.1
Keras==2.2.4
Keras-Applications==1.0.8
Keras-Preprocessing==1.1.2
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
partd==1.1.0
patsy==0.5.1
Pillow==8.1.0
pluggy==0.13.1
protobuf==3.15.0
psutil==5.8.0
py==1.10.0
pydot==1.4.2
pyparsing==2.4.7
pyshp==2.1.3
pytest==6.2.2
pytest-cov==2.11.1
pytest-html==3.1.1
pytest-lazy-fixture==0.6.3
pytest-metadata==1.11.0
pytest-sugar==0.9.4
python-dateutil==2.8.1
pytz==2021.1
PyYAML==5.4.1
requests==2.25.1
scipy==1.5.4
seaborn==0.11.1
six==1.15.0
statsmodels==0.12.2
tabulate==0.8.8
tensorboard==1.13.1
tensorflow-gpu==1.13.1
tensorflow-estimator==1.13.0
termcolor==1.1.0
toml==0.10.2
toolz==0.11.1
typing-extensions==3.7.4.3
urllib3==1.26.3
Werkzeug==1.0.1
wget==3.2
xarray==0.16.1
zipp==3.4.0
--no-binary shapely Shapely==1.7.0
Cartopy==0.18.0
absl-py==0.11.0
appdirs==1.4.4
astor==0.8.1
astropy==4.1
attrs==20.3.0
bottleneck==1.3.2
cached-property==1.5.2
certifi==2020.12.5
cftime==1.4.1
chardet==4.0.0
coverage==5.4
cycler==0.10.0
dask==2021.2.0
dill==0.3.3
fsspec==0.8.5
gast==0.3.3
grpcio==1.35.0
h5py==2.10.0
idna==2.10
importlib-metadata==3.4.0
iniconfig==1.1.1
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
partd==1.1.0
patsy==0.5.1
Pillow==8.1.0
pluggy==0.13.1
protobuf==3.15.0
psutil==5.8.0
py==1.10.0
pydot==1.4.2
pyparsing==2.4.7
pyshp==2.1.3
pytest==6.2.2
pytest-cov==2.11.1
pytest-html==3.1.1
pytest-lazy-fixture==0.6.3
pytest-metadata==1.11.0
pytest-sugar==0.9.4
python-dateutil==2.8.1
pytz==2021.1
PyYAML==5.4.1
requests==2.25.1
scipy==1.4.1
seaborn==0.11.1
six==1.15.0
statsmodels==0.12.2
tabulate==0.8.8
termcolor==1.1.0
toml==0.10.2
toolz==0.11.1
typing-extensions==3.7.4.3
urllib3==1.26.3
Werkzeug==1.0.1
wget==3.2
xarray==0.16.2
zipp==3.4.0
--no-binary shapely Shapely==1.7.0
# Cartopy==0.18.0
tensorflow==2.2.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment