Skip to content

Commit

Permalink
Try removing Windows cbgen restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Nov 4, 2024
1 parent 71ae675 commit 3bd542b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ scikit-learn
partd
bed-reader
rechunker
cbgen < 1.0.5; platform_system != "Windows"
cbgen == 1.0.1; platform_system == "Windows"
cbgen < 1.0.5
bio2zarr; platform_system != "Windows"
yarl
matplotlib
Expand Down
3 changes: 1 addition & 2 deletions requirements-numpy2-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ scikit-learn
partd
bed-reader
rechunker
cbgen > 1.0.5; platform_system != "Windows"
cbgen == 1.0.1; platform_system == "Windows"
cbgen > 1.0.5
yarl
matplotlib
asv
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ plink =
bed-reader
bgen =
rechunker
cbgen < 1.0.5; platform_system != "Windows"
cbgen == 1.0.1; platform_system == "Windows"
cbgen < 1.0.5

[coverage:report]
fail_under = 100
Expand Down

0 comments on commit 3bd542b

Please sign in to comment.