From ba548812b91244799ade87c9c94d863dff657d00 Mon Sep 17 00:00:00 2001 From: Vini Salazar <17276653+vinisalazar@users.noreply.github.com> Date: Mon, 19 Sep 2022 14:06:40 -0300 Subject: [PATCH] Pin netCDF4 version - Pin older version of netCDF4 to avoid Unidata/netcdf4-python#1192 - See #268 for discussion --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 68367936..0c5d01a0 100644 --- a/environment.yml +++ b/environment.yml @@ -7,5 +7,6 @@ dependencies: - erddapy - iris>=3.3.0 - jupyter + - netcdf4<1.6.1 - pendulum>=2.0.1 - xarray