Skip to content

Commit

Permalink
Try installing latest bio2zarr at end
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Oct 11, 2024
1 parent f857eff commit 6e87404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-numpy-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-numpy2.txt -r requirements-numpy2-dev.txt
# update bio2zarr for NumPy 2, see https://github.com/sgkit-dev/bio2zarr/issues/256
pip install -U 'numpy<2.1' -U git+https://github.com/sgkit-dev/bio2zarr.git
# - name: Run pre-commit
# uses: pre-commit/[email protected]
- name: Test with pytest (numba jit disabled)
Expand Down
1 change: 0 additions & 1 deletion requirements-numpy2-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ bed-reader
rechunker
cbgen > 1.0.5; platform_system != "Windows"
cbgen == 1.0.1; platform_system == "Windows"
bio2zarr @ git+https://github.com/sgkit-dev/bio2zarr.git; platform_system != "Windows"
yarl
matplotlib
asv
Expand Down

0 comments on commit 6e87404

Please sign in to comment.