We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710c45d commit 5b847ceCopy full SHA for 5b847ce
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Set up zarr-python
35
run: |
36
uv venv && uv init
37
- uv add zarr
+ uv add "zarr>=3.1.2"
38
uv add zarrita
39
uv add numcodecs
40
- name: Debug Python env
0 commit comments