From 2acee45810173ac29542101b89ad608d36cce302 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Sun, 26 Dec 2021 13:35:05 -0800 Subject: [PATCH 1/3] Make CI pass by limiting dask version --- ci/requirements/environment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/requirements/environment.yml b/ci/requirements/environment.yml index 280aa1bf311..29e356beeec 100644 --- a/ci/requirements/environment.yml +++ b/ci/requirements/environment.yml @@ -10,7 +10,7 @@ dependencies: - cdms2 - cfgrib - cftime - - dask-core + - dask-core != 2021.12.0 - distributed - fsspec!=2021.7.0 - h5netcdf @@ -18,7 +18,7 @@ dependencies: - hdf5 - hypothesis - iris - - lxml # Optional dep of pydap + - lxml # Optional dep of pydap - matplotlib-base - nc-time-axis - netcdf4 @@ -46,4 +46,4 @@ dependencies: - typing_extensions - zarr - pip: - - numbagg + - numbagg From 35c6ee606a50fe55c0fef642d8e7e8cbea0fcf06 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Sun, 26 Dec 2021 14:34:36 -0800 Subject: [PATCH 2/3] --- ci/requirements/environment-windows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/requirements/environment-windows.yml b/ci/requirements/environment-windows.yml index dcd9defe3ee..f9119c99e78 100644 --- a/ci/requirements/environment-windows.yml +++ b/ci/requirements/environment-windows.yml @@ -8,7 +8,7 @@ dependencies: # - cdms2 # Not available on Windows # - cfgrib # Causes Python interpreter crash on Windows: https://github.com/pydata/xarray/pull/3340 - cftime - - dask-core + - dask-core != 2021.12.0 - distributed - fsspec!=2021.7.0 - h5netcdf @@ -16,7 +16,7 @@ dependencies: - hdf5 - hypothesis - iris - - lxml # Optional dep of pydap + - lxml # Optional dep of pydap - matplotlib-base - nc-time-axis - netcdf4 @@ -42,4 +42,4 @@ dependencies: - typing_extensions - zarr - pip: - - numbagg + - numbagg From a05ff67cce48edc550abd591dc1f31ee4df92cc7 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Sun, 26 Dec 2021 14:35:35 -0800 Subject: [PATCH 3/3] --- ci/requirements/environment-windows.yml | 2 +- ci/requirements/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/requirements/environment-windows.yml b/ci/requirements/environment-windows.yml index f9119c99e78..5056f1ed6fa 100644 --- a/ci/requirements/environment-windows.yml +++ b/ci/requirements/environment-windows.yml @@ -8,7 +8,7 @@ dependencies: # - cdms2 # Not available on Windows # - cfgrib # Causes Python interpreter crash on Windows: https://github.com/pydata/xarray/pull/3340 - cftime - - dask-core != 2021.12.0 + - dask-core != 2021.12.0 # https://github.com/pydata/xarray/pull/6111, can remove on next release - distributed - fsspec!=2021.7.0 - h5netcdf diff --git a/ci/requirements/environment.yml b/ci/requirements/environment.yml index 29e356beeec..23f8b9ca7ee 100644 --- a/ci/requirements/environment.yml +++ b/ci/requirements/environment.yml @@ -10,7 +10,7 @@ dependencies: - cdms2 - cfgrib - cftime - - dask-core != 2021.12.0 + - dask-core != 2021.12.0 # https://github.com/pydata/xarray/pull/6111, can remove on next release - distributed - fsspec!=2021.7.0 - h5netcdf