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 65e0dc7 commit 1889904Copy full SHA for 1889904
pyproject.toml
@@ -64,17 +64,16 @@ dev = [
64
"pytest-xdist",
65
"sgkit>=0.8.0",
66
"tqdm",
67
- "tskit @ git+https://github.com/tskit-dev/tskit.git@main#subdirectory=python",
+ "tskit>=0.6.4",
68
"bed_reader",
69
"cyvcf2"
70
]
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"]
+tskit = ["tskit>=0.6.4"]
73
vcf = ["cyvcf2"]
74
all = [
75
76
77
- ]
+]
78
79
80
[tool.setuptools]
0 commit comments