Skip to content

Commit 5b847ce

Browse files
committed
uv add "zarr>=3.1.2"
1 parent 710c45d commit 5b847ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up zarr-python
3535
run: |
3636
uv venv && uv init
37-
uv add zarr
37+
uv add "zarr>=3.1.2"
3838
uv add zarrita
3939
uv add numcodecs
4040
- name: Debug Python env

0 commit comments

Comments
 (0)