Skip to content

Commit 6e87404

Browse files
committed
Try installing latest bio2zarr at end
1 parent f857eff commit 6e87404

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-numpy-2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install -r requirements-numpy2.txt -r requirements-numpy2-dev.txt
26+
# update bio2zarr for NumPy 2, see https://github.com/sgkit-dev/bio2zarr/issues/256
27+
pip install -U 'numpy<2.1' -U git+https://github.com/sgkit-dev/bio2zarr.git
2628
# - name: Run pre-commit
2729
# uses: pre-commit/[email protected]
2830
- name: Test with pytest (numba jit disabled)

requirements-numpy2-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ bed-reader
1414
rechunker
1515
cbgen > 1.0.5; platform_system != "Windows"
1616
cbgen == 1.0.1; platform_system == "Windows"
17-
bio2zarr @ git+https://github.com/sgkit-dev/bio2zarr.git; platform_system != "Windows"
1817
yarl
1918
matplotlib
2019
asv

0 commit comments

Comments
 (0)