Skip to content

Commit 19ed810

Browse files
Install Zarr 3, now that it is available
1 parent 0afe5fc commit 19ed810

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
# Since zarr v3 requires numpy >= 1.25, on Python 3.11 leave it out
5757
# so we can have some tests of our minimum version of numpy (1.24)
5858
if: matrix.python-version != '3.11'
59-
# TODO: remove --pre option when zarr v3 is out
60-
run: python -m pip install --pre zarr>=3.0.0b2
59+
run: python -m pip install zarr>=3
6160

6261
- name: List installed packages
6362
run: python -m pip list

0 commit comments

Comments
 (0)