Skip to content

Commit 3c17ff2

Browse files
Update docs requirements
1 parent 0f181b7 commit 3c17ff2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ docs = [
5959
"sphinx-argparse==0.5.2",
6060
"sphinx-issues==5.0.1",
6161
"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",
6269
]
6370

6471
[build-system]

sc2ts/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import tqdm
1717
import tskit
1818
import tszip
19-
import tsinfer
2019
import click
2120
import humanize
2221
import pandas as pd

0 commit comments

Comments
 (0)