Skip to content

Commit

Permalink
Use dev version of bio2zarr for testing NumPy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Oct 8, 2024
1 parent 7f59bdb commit 9ebc74c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-numpy-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-dev.txt
pip install -U 'numpy<2.1'
# 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/action@v2.0.0
- name: Test with pytest (numba jit disabled)
Expand Down

0 comments on commit 9ebc74c

Please sign in to comment.