From be7e53b2de4314f51e0324517434ad05f87b3d73 Mon Sep 17 00:00:00 2001 From: Javier Vegas-Regidor Date: Wed, 7 Apr 2021 21:45:51 +0200 Subject: [PATCH] Fix package versions --- environment.yml | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index f6657b17..2808ec2d 100644 --- a/environment.yml +++ b/environment.yml @@ -5,9 +5,9 @@ channels: - conda-forge dependencies: -- python=3.7.4 +- python<3.9 - cdo - nco - eccodes - six -- iris>=2.4 +- iris>=3.0.1 diff --git a/setup.py b/setup.py index 6361e20a..074466cb 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ REQUIREMENTS = { ], "install": [ "bscearth.utils", - "cdo>=1.3.4", + "cdo==1.5.3", "cfgrib", "dask[array]", "diagonals>=0.3.2", @@ -31,7 +31,7 @@ REQUIREMENTS = { "numpy", "psutil", "openpyxl", - "scitools-iris>=2.4", + "scitools-iris>=3.0.1", "six", "xxhash", ], -- GitLab