Skip to content

Commit f391b09

Browse files
committed
dependencies for docs
1 parent 93215d1 commit f391b09

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

pyproject.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,29 @@ dependencies = [
3030
"scipy",
3131
"session-info2",
3232
]
33+
optional-dependencies.dev = [
34+
"pre-commit",
35+
"twine>=4.0.2",
36+
]
37+
optional-dependencies.doc = [
38+
"ipykernel",
39+
"ipython",
40+
"myst-nb>=1.1",
41+
"pandas",
42+
"sphinx>=8.1",
43+
"sphinx-autodoc-typehints",
44+
"sphinx-book-theme>=1",
45+
"sphinx-copybutton",
46+
"sphinx-tabs",
47+
"sphinxcontrib-bibtex>=1",
48+
"sphinxcontrib-katex",
49+
"sphinxext-opengraph",
50+
]
51+
optional-dependencies.test = [
52+
"coverage>=7.10",
53+
"pytest",
54+
"pytest-cov", # For VS Code’s coverage functionality
55+
]
3356
# https://docs.pypi.org/project_metadata/#project-urls
3457
urls.Documentation = "https://pyUCell.readthedocs.io/"
3558
urls.Homepage = "https://github.com/carmonalab/pyUCell"

0 commit comments

Comments
 (0)