From def815d9b6223bf0bfd92e70fbe698d8c9125d9e Mon Sep 17 00:00:00 2001 From: Manuel Schlund <32543114+schlunma@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:31:59 +0100 Subject: [PATCH] Updated iris pin to `iris>=3.6.1` (#2286) --- environment.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 4dfac03a39..93582e968c 100644 --- a/environment.yml +++ b/environment.yml @@ -20,7 +20,7 @@ dependencies: - geopy - humanfriendly - importlib_metadata # required for Python < 3.10 - - iris >=3.6.0 + - iris >=3.6.1 - iris-esmf-regrid >=0.7.0 - isodate - jinja2 diff --git a/setup.py b/setup.py index 84379ea008..f8c3e28550 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.4.0', + 'scitools-iris>=3.6.1', 'shapely>=2.0.0', 'stratify>=0.3', 'yamale',