Skip to content

Commit 4062a77

Browse files
authored
unpin zarr because breaking bug fixed (#569)
1 parent fe4af2b commit 4062a77

File tree

2 files changed

+202
-191
lines changed

2 files changed

+202
-191
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"segy (>=0.4.1.post2,<0.5.0)",
3636
"tqdm (>=4.67.1,<5.0.0)",
3737
"xarray>=2025.6.1",
38-
"zarr (>=3.0.8,<3.0.9)",
38+
"zarr (>=3.0.10,<4.0.0)",
3939
]
4040

4141
[project.optional-dependencies]

0 commit comments

Comments
 (0)