Skip to content

Commit 3bd542b

Browse files
committed
Try removing Windows cbgen restriction
1 parent 71ae675 commit 3bd542b

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

requirements-dev.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ scikit-learn
1212
partd
1313
bed-reader
1414
rechunker
15-
cbgen < 1.0.5; platform_system != "Windows"
16-
cbgen == 1.0.1; platform_system == "Windows"
15+
cbgen < 1.0.5
1716
bio2zarr; platform_system != "Windows"
1817
yarl
1918
matplotlib

requirements-numpy2-dev.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ scikit-learn
1212
partd
1313
bed-reader
1414
rechunker
15-
cbgen > 1.0.5; platform_system != "Windows"
16-
cbgen == 1.0.1; platform_system == "Windows"
15+
cbgen > 1.0.5
1716
yarl
1817
matplotlib
1918
asv

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ plink =
6161
bed-reader
6262
bgen =
6363
rechunker
64-
cbgen < 1.0.5; platform_system != "Windows"
65-
cbgen == 1.0.1; platform_system == "Windows"
64+
cbgen < 1.0.5
6665

6766
[coverage:report]
6867
fail_under = 100

0 commit comments

Comments
 (0)