Skip to content

Commit fdc7b7b

Browse files
timothymillarmergify[bot]
authored andcommitted
Pin numpy and cbgen to numpy < 2
1 parent 5ad2503 commit fdc7b7b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ scikit-learn
1212
partd
1313
bed-reader
1414
rechunker
15-
cbgen; platform_system != "Windows"
15+
cbgen < 1.0.5; platform_system != "Windows"
1616
cbgen == 1.0.1; platform_system == "Windows"
1717
cyvcf2; platform_system != "Windows"
1818
yarl

requirements.txt

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

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.htm
2727
include_package_data = True
2828
python_requires = >=3.9
2929
install_requires =
30-
numpy
30+
numpy < 2
3131
xarray
3232
dask[array] >= 2022.01.0
3333
distributed >= 2022.01.0
@@ -66,7 +66,7 @@ vcf =
6666
yarl
6767
bgen =
6868
rechunker
69-
cbgen; platform_system != "Windows"
69+
cbgen < 1.0.5; platform_system != "Windows"
7070
cbgen == 1.0.1; platform_system == "Windows"
7171

7272
[coverage:report]

0 commit comments

Comments
 (0)