Skip to content

Commit

Permalink
zarr 3.x breaks the dmrpp parser, for now we'll stick to 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Jan 16, 2025
1 parent 3d3a279 commit 529b5ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@ Changelog = "https://github.com/nsidc/earthaccess/blob/main/CHANGELOG.md"

[project.optional-dependencies]
kerchunk = [
"numpy >=1.26.4",
"kerchunk",
"dask",
"h5py >=3.6.0",
"h5netcdf",
"xarray",
"zarr >=2.12.0, <3.0.0a",
]
virtualizarr = [
"numpy >=1.26.4",
"zarr >=2.12.0, <3.0.0a",
"virtualizarr >=1.2.0",
"dask",
"zarr >=2.12.0",
"h5py >=3.6.0",
]
dev = [
Expand All @@ -79,7 +79,7 @@ dev = [
"uv >=0.4.7",
]
test = [
"zarr >=2.12.0",
"zarr >=2.12.0, <3.0.0a",
"numpy >=1.26.4",
"mypy >=1.11.2",
"pytest >=8.3",
Expand Down

0 comments on commit 529b5ca

Please sign in to comment.