From 8cc666593ae4a80b5ec338ade123026ffb99e3b9 Mon Sep 17 00:00:00 2001 From: Felix Kleinert <f.kleinert@fz-juelich.de> Date: Thu, 5 Mar 2020 18:07:33 +0100 Subject: [PATCH] update requirements to get cartopy running --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 227da2b6..6be8cc5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,26 +1,26 @@ Keras==2.2.4 -numpy==1.15.4 +numpy==1.18.1 tensorflow==1.12.0 -xarray==0.14.0 -pandas==0.25.1 -requests==2.22.0 -pytest==5.2.1 -pytest-lazy-fixture==0.6.1 +xarray==0.15.0 +pandas==1.0.1 +requests==2.23.0 +pytest==5.3.5 +pytest-lazy-fixture==0.6.3 pytest-cov pytest-html pydot mock statsmodels seaborn -dask==0.20.2 +dask==2.11.0 toolz # for dask cloudpickle # for dask -cython==0.29.14 +cython==0.29.15 pyshp six pyproj shapely -Cartopy==0.16.0 +Cartopy==0.17.0 matplotlib pillow scipy \ No newline at end of file -- GitLab