We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bfb239 commit a1c5c44Copy full SHA for a1c5c44
pyproject.toml
@@ -62,16 +62,15 @@ dev = [
62
"pytest-xdist",
63
"sgkit>=0.8.0",
64
"tqdm",
65
- "tskit @ git+https://github.com/tskit-dev/tskit.git@main#subdirectory=python",
+ "tskit>=0.6.4",
66
"bed_reader",
67
"cyvcf2"
68
]
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"]
+tskit = ["tskit>=0.6.4"]
71
plink = ["bed_reader"]
72
vcf = ["cyvcf2"]
73
all = [
74
75
76
77
0 commit comments