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 1616b3b commit 63fdd91Copy full SHA for 63fdd91
.github/workflows/ci.yaml
@@ -72,6 +72,9 @@ jobs:
72
73
- name: Install zarr-python
74
shell: "bash -l {0}"
75
+ # Since zarr v3 requires numpy >= 1.25, on Python 3.11 leave it out
76
+ # so we can have some tests of our minimum version of numpy (1.24)
77
+ if: matrix.python-version != '3.11'
78
run: |
79
conda activate env
80
# TODO: remove --pre option when zarr v3 is out
0 commit comments