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 71178b0 commit d0f2ab9Copy full SHA for d0f2ab9
.github/workflows/ci.yaml
@@ -74,7 +74,8 @@ jobs:
74
shell: "bash -l {0}"
75
run: |
76
conda activate env
77
- python -m pip install 'zarr==3.0.0b1'
+ # TODO: remove --pre option when zarr v3 is out
78
+ python -m pip install --pre 'zarr==3'
79
80
# This is used to test with zfpy, which does not yet support numpy 2.0
81
- name: Install older numpy and zfpy
0 commit comments