From 656a6c011c6117d80dff622669fc02e81015eec6 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Sun, 6 Aug 2023 10:37:44 +0200 Subject: [PATCH] cartopy as pip --- environment.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/environment.yaml b/environment.yaml index b4e68de7..4bd9c142 100644 --- a/environment.yaml +++ b/environment.yaml @@ -38,7 +38,7 @@ dependencies: # - proj #- geopy - pyepsg -- cartopy>=0.22 +#- cartopy>=0.22 #- descartes - country_converter @@ -57,3 +57,6 @@ dependencies: # publishing - jupyter-book - ghp-import + +- pip: + - cartopy>=0.22