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 79d629e commit f64dddbCopy full SHA for f64dddb
.github/workflows/build-numpy-2.yml
@@ -23,7 +23,8 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip
25
pip install -r requirements.txt -r requirements-dev.txt
26
- pip install -U 'numpy<2.1'
+ # 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
28
- name: Run pre-commit
29
uses: pre-commit/action@v2.0.0
30
- name: Test with pytest (numba jit disabled)
0 commit comments