Skip to content

Commit 529b5ca

Browse files
committed
zarr 3.x breaks the dmrpp parser, for now we'll stick to 2.x
1 parent 3d3a279 commit 529b5ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ Changelog = "https://github.com/nsidc/earthaccess/blob/main/CHANGELOG.md"
5757

5858
[project.optional-dependencies]
5959
kerchunk = [
60-
"numpy >=1.26.4",
6160
"kerchunk",
6261
"dask",
6362
"h5py >=3.6.0",
6463
"h5netcdf",
6564
"xarray",
65+
"zarr >=2.12.0, <3.0.0a",
6666
]
6767
virtualizarr = [
6868
"numpy >=1.26.4",
69+
"zarr >=2.12.0, <3.0.0a",
6970
"virtualizarr >=1.2.0",
7071
"dask",
71-
"zarr >=2.12.0",
7272
"h5py >=3.6.0",
7373
]
7474
dev = [
@@ -79,7 +79,7 @@ dev = [
7979
"uv >=0.4.7",
8080
]
8181
test = [
82-
"zarr >=2.12.0",
82+
"zarr >=2.12.0, <3.0.0a",
8383
"numpy >=1.26.4",
8484
"mypy >=1.11.2",
8585
"pytest >=8.3",

0 commit comments

Comments
 (0)