Skip to content

Commit

Permalink
Remove cbgen pin for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Jun 25, 2024
1 parent 2297752 commit d1b5f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 < 1.0.5; platform_system != "Windows"
cbgen; platform_system != "Windows"
cbgen == 1.0.1; platform_system == "Windows"
cyvcf2; platform_system != "Windows"
yarl
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ vcf =
yarl
bgen =
rechunker
cbgen < 1.0.5; platform_system != "Windows"
cbgen; platform_system != "Windows"
cbgen == 1.0.1; platform_system == "Windows"

[coverage:report]
Expand Down

0 comments on commit d1b5f10

Please sign in to comment.