From 7b1cd473e62326ca26e084c16d57da79644a6d11 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Thu, 10 Oct 2024 16:32:53 +0100 Subject: [PATCH] Pin cartopy to `cartopy<0.24` (#3768) --- environment.yml | 2 +- environment_osx.yml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index b8f16074e4..270f0f6ecd 100644 --- a/environment.yml +++ b/environment.yml @@ -10,7 +10,7 @@ channels: dependencies: - aiohttp - - cartopy + - cartopy <0.24 # https://github.com/ESMValGroup/ESMValTool/issues/3767 - cdo >=2.3.0 - cdsapi - cf-units diff --git a/environment_osx.yml b/environment_osx.yml index 79701df88c..07fdf96de7 100644 --- a/environment_osx.yml +++ b/environment_osx.yml @@ -10,7 +10,7 @@ channels: dependencies: - aiohttp - - cartopy + - cartopy <0.24 # https://github.com/ESMValGroup/ESMValTool/issues/3767 - cdo >=2.3.0 - cdsapi - cf-units diff --git a/setup.py b/setup.py index 8da8fb0d18..6b4636d1f7 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # Use with pip install . to install from source 'install': [ 'aiohttp', - 'cartopy', + 'cartopy<0.24', # github.com/ESMValGroup/ESMValTool/issues/3767 'cdo', 'cdsapi', 'cf-units',