Skip to content

Commit

Permalink
Fix CI for Zarr Python v3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Jan 14, 2025
1 parent 5b96476 commit cb34376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
zarr: ["==3.0.0b1"]
zarr: [">=3"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ partd
bed-reader
rechunker
cbgen < 1.0.5
bio2zarr; platform_system != "Windows"
bio2zarr @ git+https://github.com/sgkit-dev/bio2zarr.git; platform_system != "Windows"
yarl
matplotlib
asv
Expand Down

0 comments on commit cb34376

Please sign in to comment.