Skip to content

Commit

Permalink
Pin numpy and cbgen to numpy < 2
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymillar authored and mergify[bot] committed Jun 19, 2024
1 parent 5ad2503 commit fdc7b7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ scikit-learn
partd
bed-reader
rechunker
cbgen; platform_system != "Windows"
cbgen < 1.0.5; platform_system != "Windows"
cbgen == 1.0.1; platform_system == "Windows"
cyvcf2; platform_system != "Windows"
yarl
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
numpy < 2
xarray
dask[array] >= 2023.01.0
distributed >= 2023.01.0
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.htm
include_package_data = True
python_requires = >=3.9
install_requires =
numpy
numpy < 2
xarray
dask[array] >= 2022.01.0
distributed >= 2022.01.0
Expand Down Expand Up @@ -66,7 +66,7 @@ vcf =
yarl
bgen =
rechunker
cbgen; platform_system != "Windows"
cbgen < 1.0.5; platform_system != "Windows"
cbgen == 1.0.1; platform_system == "Windows"

[coverage:report]
Expand Down

0 comments on commit fdc7b7b

Please sign in to comment.