We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f181b7 commit 3c17ff2Copy full SHA for 3c17ff2
pyproject.toml
@@ -59,6 +59,13 @@ docs = [
59
"sphinx-argparse==0.5.2",
60
"sphinx-issues==5.0.1",
61
"IPython",
62
+ # docs requires running the CLI, which means we need to full inference
63
+ # requirements also
64
+ "scipy",
65
+ "biotite",
66
+ "tsinfer>=0.5",
67
+ "pyfaidx",
68
+ "numba",
69
]
70
71
[build-system]
sc2ts/cli.py
@@ -16,7 +16,6 @@
16
import tqdm
17
import tskit
18
import tszip
19
-import tsinfer
20
import click
21
import humanize
22
import pandas as pd
0 commit comments