From dc9abe89f88da33e1705b4fb4260daeca6156186 Mon Sep 17 00:00:00 2001 From: Fabian Wachsmann <k204210@cmip-dps.cloud.dkrz.de> Date: Wed, 27 Nov 2024 13:36:14 +0100 Subject: [PATCH] With a working eccodes version --- environment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yaml b/environment.yaml index d742ef8..c098610 100755 --- a/environment.yaml +++ b/environment.yaml @@ -8,8 +8,8 @@ dependencies: - ca-certificates - certifi - openssl - - eccodes - - python-eccodes + - eccodes==2.36.0 + - python-eccodes==1.7.1 - scipy # - git+https://gitlab.dkrz.de/data-infrastructure-services/cloudify.git#egg=cloudify # does not work because it forces an old eccodes version -- GitLab