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 5b96476 commit 9e6290eCopy full SHA for 9e6290e
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
runs-on: ubuntu-latest
44
strategy:
45
matrix:
46
- zarr: ["==3.0.0b1"]
+ zarr: [">=3"]
47
steps:
48
- uses: actions/checkout@v4
49
- uses: actions/setup-python@v5
requirements-dev.txt
@@ -13,7 +13,7 @@ partd
13
bed-reader
14
rechunker
15
cbgen < 1.0.5
16
-bio2zarr; platform_system != "Windows"
+bio2zarr @ git+https://github.com/sgkit-dev/bio2zarr.git; platform_system != "Windows"
17
yarl
18
matplotlib
19
asv
0 commit comments