From b16183434f9bd8b905cfced6a30eef4315f50eae Mon Sep 17 00:00:00 2001 From: Mathias Hauser Date: Tue, 2 Mar 2021 11:33:19 +0100 Subject: [PATCH] pin netCDF4=1.5.3 in min-all-deps --- ci/requirements/py37-min-all-deps.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/requirements/py37-min-all-deps.yml b/ci/requirements/py37-min-all-deps.yml index c2fd2e18a8a..7d04f431935 100644 --- a/ci/requirements/py37-min-all-deps.yml +++ b/ci/requirements/py37-min-all-deps.yml @@ -25,7 +25,9 @@ dependencies: - lxml=4.5 # Optional dep of pydap - matplotlib-base=3.1 - nc-time-axis=1.2 - - netcdf4=1.5 +# netcdf follows a 1.major.minor[.patch] convention (see https://github.com/Unidata/netcdf4-python/issues/1090) +# bumping the netCDF4 version is currently blocked by #4491 + - netcdf4=1.5.3 - numba=0.48 - numpy=1.17 - pandas=1.0