Skip to content

Commit 1889904

Browse files
Closes #377
1 parent 65e0dc7 commit 1889904

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,16 @@ dev = [
6464
"pytest-xdist",
6565
"sgkit>=0.8.0",
6666
"tqdm",
67-
"tskit @ git+https://github.com/tskit-dev/tskit.git@main#subdirectory=python",
67+
"tskit>=0.6.4",
6868
"bed_reader",
6969
"cyvcf2"
7070
]
71-
# TODO Using dev version of tskit for CI, FIXME before release
72-
tskit = ["tskit @ git+https://github.com/tskit-dev/tskit.git@main#subdirectory=python"]
71+
tskit = ["tskit>=0.6.4"]
7372
vcf = ["cyvcf2"]
7473
all = [
75-
"tskit @ git+https://github.com/tskit-dev/tskit.git@main#subdirectory=python",
74+
"tskit>=0.6.4",
7675
"cyvcf2"
77-
]
76+
]
7877

7978

8079
[tool.setuptools]

0 commit comments

Comments
 (0)