From 8b2c3b3497528843e669f47831c211347f85e465 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Wed, 11 Sep 2024 16:34:14 -0500 Subject: [PATCH] Update pyproject.toml zarr-python v3 contains changes that xarray isn't yet compatible with. I'm working on this. In the meantime, pin to zarr<3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9808dbf709a..53b0d38567d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "ruff", "xarray[complete]", ] -io = ["netCDF4", "h5netcdf", "scipy", 'pydap; python_version<"3.10"', "zarr", "fsspec", "cftime", "pooch"] +io = ["netCDF4", "h5netcdf", "scipy", 'pydap; python_version<"3.10"', "zarr<3", "fsspec", "cftime", "pooch"] parallel = ["dask[complete]"] viz = ["matplotlib", "seaborn", "nc-time-axis"]