Skip to content

Commit d1b5f10

Browse files
committed
Remove cbgen pin for testing
1 parent 2297752 commit d1b5f10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 < 1.0.5; platform_system != "Windows"
15+
cbgen; platform_system != "Windows"
1616
cbgen == 1.0.1; platform_system == "Windows"
1717
cyvcf2; platform_system != "Windows"
1818
yarl

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ vcf =
6666
yarl
6767
bgen =
6868
rechunker
69-
cbgen < 1.0.5; platform_system != "Windows"
69+
cbgen; platform_system != "Windows"
7070
cbgen == 1.0.1; platform_system == "Windows"
7171

7272
[coverage:report]

0 commit comments

Comments
 (0)