From 2cf5723b0c4652dfa9c1e68849fbb39831332852 Mon Sep 17 00:00:00 2001 From: Manuel Schlund Date: Fri, 26 Apr 2024 16:51:57 +0200 Subject: [PATCH] Adapt env --- environment.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index c3c33e248e..f04e76e516 100644 --- a/environment.yml +++ b/environment.yml @@ -20,7 +20,7 @@ dependencies: - geopy - humanfriendly - importlib_metadata # required for Python < 3.10 - - iris >=3.6.1 + - iris >=3.8.0 - iris-esmf-regrid >=0.7.0 - isodate - jinja2 diff --git a/setup.py b/setup.py index 72e82e27e5..4fb5c1ba54 100755 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ 'scipy>=1.6', # See the following issue for info on the iris pin below: # https://github.com/ESMValGroup/ESMValTool/issues/3239#issuecomment-1613298587 - 'scitools-iris>=3.6.1', + 'scitools-iris>=3.8.0', 'shapely>=2.0.0', 'stratify>=0.3', 'yamale',