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 5d03a0f commit 9f55819Copy full SHA for 9f55819
.github/workflows/ci.yaml
@@ -75,7 +75,7 @@ jobs:
75
run: |
76
conda activate env
77
# TODO: remove --pre option when zarr v3 is out
78
- python -m pip install --pre 'zarr==3'
+ python -m pip install --pre zarr
79
80
# This is used to test with zfpy, which does not yet support numpy 2.0
81
- name: Install older numpy and zfpy
.readthedocs.yaml
@@ -9,7 +9,7 @@ build:
9
python: "3.12"
10
jobs:
11
post_install:
12
- - python -m pip install --pre 'zarr==3'
+ - python -m pip install --pre 'zarr'
13
14
sphinx:
15
configuration: docs/conf.py
0 commit comments