Skip to content

Commit c8bd1a5

Browse files
Limit allowable zarr versions (#533)
* Pins zarr package version. * Expand range of acceptable zarr versions --------- Co-authored-by: Altay Sansal <tasansal@users.noreply.github.com>
1 parent 4a30df0 commit c8bd1a5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"rich (>=13.9.4,<14.0.0)",
3232
"segy (>=0.4.0,<0.5.0)",
3333
"tqdm (>=4.67.0,<5.0.0)",
34-
"zarr (>=3.0.6,<4.0.0)",
34+
"zarr (>=3.0.3,<3.0.7)",
3535
]
3636

3737
[project.optional-dependencies]

uv.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)