We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2297752 commit d1b5f10Copy full SHA for d1b5f10
requirements-dev.txt
@@ -12,7 +12,7 @@ scikit-learn
12
partd
13
bed-reader
14
rechunker
15
-cbgen < 1.0.5; platform_system != "Windows"
+cbgen; platform_system != "Windows"
16
cbgen == 1.0.1; platform_system == "Windows"
17
cyvcf2; platform_system != "Windows"
18
yarl
setup.cfg
@@ -66,7 +66,7 @@ vcf =
66
67
bgen =
68
69
- cbgen < 1.0.5; platform_system != "Windows"
+ cbgen; platform_system != "Windows"
70
71
72
[coverage:report]
0 commit comments