Skip to content

Commit

Permalink
Update pyproject.toml (pydata#9484)
Browse files Browse the repository at this point in the history
zarr-python v3 contains changes that xarray isn't yet compatible with. I'm working on this. In the meantime, pin to zarr<3
  • Loading branch information
TomAugspurger authored Sep 11, 2024
1 parent 0e47b34 commit 637f820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 637f820

Please sign in to comment.