Skip to content

Commit cf04c43

Browse files
committed
Pin tskit
1 parent 69339ef commit cf04c43

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ dev = [
6565
"pytest-xdist",
6666
"sgkit>=0.8.0",
6767
"tqdm",
68-
"tskit>=0.6.4",
68+
"tskit>=0.6.4,<1",
6969
"bed_reader",
7070
"cyvcf2"
7171
]
72-
tskit = ["tskit>=0.6.4"]
72+
tskit = ["tskit>=0.6.4,<1"]
7373
vcf = ["cyvcf2"]
7474
all = [
75-
"tskit>=0.6.4",
75+
"tskit>=0.6.4,<1",
7676
"cyvcf2"
7777
]
7878

0 commit comments

Comments
 (0)