From 529f8e60d94600103d69989e537aca0b531cb0a2 Mon Sep 17 00:00:00 2001 From: robinlovelace Date: Fri, 11 Aug 2023 13:39:01 +0100 Subject: [PATCH] Add cartopy to requirements (#183) --- environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 2adb6f0c..9a9b135f 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,8 @@ channels: dependencies: - bokeh - branca - - cartopy + # cartopy==0.22.0 + - cartopy>=0.22 - cython # fiona greater than or equal to 1.9: - fiona>=1.9