Skip to content

Commit 9e6290e

Browse files
committed
Fix CI for Zarr Python v3
1 parent 5b96476 commit 9e6290e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
zarr: ["==3.0.0b1"]
46+
zarr: [">=3"]
4747
steps:
4848
- uses: actions/checkout@v4
4949
- uses: actions/setup-python@v5

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ partd
1313
bed-reader
1414
rechunker
1515
cbgen < 1.0.5
16-
bio2zarr; platform_system != "Windows"
16+
bio2zarr @ git+https://github.com/sgkit-dev/bio2zarr.git; platform_system != "Windows"
1717
yarl
1818
matplotlib
1919
asv

0 commit comments

Comments
 (0)