From cdaf0e7a3ebe362068f355f42d7e1e8913670847 Mon Sep 17 00:00:00 2001
From: Felix Kleinert <f.kleinert@fz-juelich.de>
Date: Fri, 6 Mar 2020 08:46:07 +0100
Subject: [PATCH] update requirements using pip freeze (FK)

---
 requirements.txt | 76 +++++++++++++++++++++++++++++++++++-------------
 1 file changed, 56 insertions(+), 20 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 31ace930..32c2938a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,27 +1,63 @@
+absl-py==0.9.0
+astor==0.8.1
+atomicwrites==1.3.0
+attrs==19.3.0
+Cartopy==0.17.0
+certifi==2019.11.28
+chardet==3.0.4
+cloudpickle==1.3.0
+coverage==5.0.3
+cycler==0.10.0
+Cython==0.29.15
+dask==2.11.0
+fsspec==0.6.2
+gast==0.3.3
+grpcio==1.27.2
+h5py==2.10.0
+idna==2.8
+importlib-metadata==1.5.0
 Keras==2.2.4
+Keras-Applications==1.0.8
+Keras-Preprocessing==1.1.0
+kiwisolver==1.1.0
+locket==0.2.0
+Markdown==3.2.1
+matplotlib==3.2.0
+mock==4.0.1
+more-itertools==8.2.0
 numpy==1.18.1
-tensorflow==1.12.0
-xarray==0.15.0
+packaging==20.3
 pandas==1.0.1
-requests==2.23.0
+partd==1.1.0
+patsy==0.5.1
+Pillow==7.0.0
+pluggy==0.13.1
+protobuf==3.11.3
+py==1.8.1
+pydot==1.4.1
+pyparsing==2.4.6
+pyproj==2.5.0
+pyshp==2.1.0
 pytest==5.3.5
-pytest-lazy-fixture==0.6.3
 pytest-cov==2.8.1
 pytest-html==2.0.1
-pydot==1.4.1
-mock==4.0.0
-statsmodels==0.11.0
-seaborn==0.10.0
-dask==2.11.0
-toolz==0.10.0  # for dask
-cloudpickle==1.2.2  # for dask
-cython==0.29.15
-pyshp==2.1.0
-six==1.11.0
-pyproj==2.4.2.post1
-shapely==1.7.0
-Cartopy==0.17.0
-matplotlib==3.1.3
-pillow==7.0.0
+pytest-lazy-fixture==0.6.3
+pytest-metadata==1.8.0
+python-dateutil==2.8.1
+pytz==2019.3
+PyYAML==5.3
+requests==2.23.0
 scipy==1.4.1
-fsspec==0.6.2
\ No newline at end of file
+seaborn==0.10.0
+Shapely==1.7.0
+six==1.14.0
+statsmodels==0.11.1
+tensorboard==1.12.2
+tensorflow==1.12.0
+termcolor==1.1.0
+toolz==0.10.0
+urllib3==1.25.8
+wcwidth==0.1.8
+Werkzeug==1.0.0
+xarray==0.15.0
+zipp==3.1.0
-- 
GitLab