From 5355487ff58f81e0c3a008a45320846f432c4407 Mon Sep 17 00:00:00 2001 From: Long Vu Date: Thu, 11 May 2023 11:31:43 -0400 Subject: [PATCH] docker: pin netcdf4 for https://github.com/Unidata/netcdf4-python/issues/1242 --- docker/environment.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/environment.yml b/docker/environment.yml index 2a2069b..6a2b53b 100644 --- a/docker/environment.yml +++ b/docker/environment.yml @@ -35,6 +35,10 @@ dependencies: - birdy # - owslib>=0.23.0 # from ravenpy # - netcdf4 # from ravenpy + + # Pin netcdf4 for https://github.com/Unidata/netcdf4-python/issues/1242 + - netcdf4==1.5.8 + # https://github.com/ecmwf/cfgrib # Python interface to map GRIB files to the Unidata's Common Data Model v4 # following the CF Conventions.