From 87199fb240c3bc4d3c4fa83c7436e791f5d6439a Mon Sep 17 00:00:00 2001
From: Falco Weichselbaum <f.weichselbaum@fz-juelich.de>
Date: Fri, 22 Oct 2021 17:17:49 +0200
Subject: [PATCH] correctly working requirements.txt (few versions changed,
 Cartopy disabled (needs to be installed seperately)

---
 requirements.txt | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 26fe9743..5cb2d3ad 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,6 @@ astropy==4.1
 attrs==20.3.0
 bottleneck==1.3.2
 cached-property==1.5.2
-Cartopy==0.18.0
 certifi==2020.12.5
 cftime==1.4.1
 chardet==4.0.0
@@ -14,8 +13,8 @@ cycler==0.10.0
 dask==2.22.0
 dill==0.3.3
 fsspec==0.8.5
-gast==0.3.3
-grpcio==1.35.0
+gast==0.4.0
+grpcio==1.34.0
 h5py==3.1.0
 idna==2.10
 importlib-metadata==3.4.0
@@ -66,3 +65,5 @@ Werkzeug==1.0.1
 wget==3.2
 xarray==0.16.2
 zipp==3.4.0
+
+#Cartopy==0.18.0
-- 
GitLab