Skip to content

Commit a1c5c44

Browse files
Closes #377
1 parent 5bfb239 commit a1c5c44

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,15 @@ dev = [
6262
"pytest-xdist",
6363
"sgkit>=0.8.0",
6464
"tqdm",
65-
"tskit @ git+https://github.com/tskit-dev/tskit.git@main#subdirectory=python",
65+
"tskit>=0.6.4",
6666
"bed_reader",
6767
"cyvcf2"
6868
]
69-
# TODO Using dev version of tskit for CI, FIXME before release
70-
tskit = ["tskit @ git+https://github.com/tskit-dev/tskit.git@main#subdirectory=python"]
69+
tskit = ["tskit>=0.6.4"]
7170
plink = ["bed_reader"]
7271
vcf = ["cyvcf2"]
7372
all = [
74-
"tskit @ git+https://github.com/tskit-dev/tskit.git@main#subdirectory=python",
73+
"tskit>=0.6.4",
7574
"bed_reader",
7675
"cyvcf2"
7776
]

0 commit comments

Comments
 (0)