File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ scikit-learn
12
12
partd
13
13
bed-reader
14
14
rechunker
15
- cbgen < 1.0.5 ; platform_system != "Windows"
16
- cbgen == 1.0.1 ; platform_system == "Windows"
15
+ cbgen < 1.0.5
17
16
bio2zarr ; platform_system != "Windows"
18
17
yarl
19
18
matplotlib
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ scikit-learn
12
12
partd
13
13
bed-reader
14
14
rechunker
15
- cbgen > 1.0.5; platform_system != "Windows"
16
- cbgen == 1.0.1; platform_system == "Windows"
15
+ cbgen > 1.0.5
17
16
yarl
18
17
matplotlib
19
18
asv
Original file line number Diff line number Diff line change @@ -61,8 +61,7 @@ plink =
61
61
bed-reader
62
62
bgen =
63
63
rechunker
64
- cbgen < 1.0.5; platform_system != "Windows"
65
- cbgen == 1.0.1; platform_system == "Windows"
64
+ cbgen < 1.0.5
66
65
67
66
[coverage:report]
68
67
fail_under = 100
You can’t perform that action at this time.
0 commit comments