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 c37e7cf commit efcf24fCopy full SHA for efcf24f
.github/workflows/ci.yaml
@@ -75,7 +75,7 @@ jobs:
75
shell: "bash -l {0}"
76
run: |
77
conda activate env
78
- python -m pip install 'zarr==3.0.0b0'
+ python -m pip install 'zarr==3.0.0b1'
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