From 4e614f53e2a1ae8aaaf9a15cbc7c1424a27f7024 Mon Sep 17 00:00:00 2001 From: Bouwe Andela Date: Mon, 5 Dec 2022 10:55:30 +0100 Subject: [PATCH] Point to iris branch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca60994df6..1cf59a0553 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ 'pyyaml', 'requests', 'scipy>=1.6', - 'scitools-iris>=3.2.1', + 'scitools-iris @ git+https://github.com/pp-mo/iris@lazy_save', 'shapely[vectorized]', 'stratify', 'yamale',