Skip to content

Commit 637f820

Browse files
Update pyproject.toml (#9484)
zarr-python v3 contains changes that xarray isn't yet compatible with. I'm working on this. In the meantime, pin to zarr<3
1 parent 0e47b34 commit 637f820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dev = [
4242
"ruff",
4343
"xarray[complete]",
4444
]
45-
io = ["netCDF4", "h5netcdf", "scipy", 'pydap; python_version<"3.10"', "zarr", "fsspec", "cftime", "pooch"]
45+
io = ["netCDF4", "h5netcdf", "scipy", 'pydap; python_version<"3.10"', "zarr<3", "fsspec", "cftime", "pooch"]
4646
parallel = ["dask[complete]"]
4747
viz = ["matplotlib", "seaborn", "nc-time-axis"]
4848

0 commit comments

Comments
 (0)