Skip to content

Commit be438f5

Browse files
committed
Remove NumPy<2 pin
1 parent eef911e commit be438f5

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ 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
2826
# - name: Run pre-commit
2927
# uses: pre-commit/[email protected]
3028
- name: Test with pytest and coverage

requirements-numpy2-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ partd
1313
bed-reader
1414
rechunker
1515
cbgen > 1.0.5
16+
bio2zarr @ git+https://github.com/sgkit-dev/bio2zarr.git; platform_system != "Windows"
1617
yarl
1718
matplotlib
1819
asv

requirements-numpy2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy < 2.1
1+
numpy < 2.2
22
xarray
33
dask[array,dataframe] >= 2023.01.0, <= 2024.8.0
44
distributed >= 2023.01.0, <= 2024.8.0

0 commit comments

Comments
 (0)