We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93215d1 commit f391b09Copy full SHA for f391b09
1 file changed
pyproject.toml
@@ -30,6 +30,29 @@ dependencies = [
30
"scipy",
31
"session-info2",
32
]
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
56
# https://docs.pypi.org/project_metadata/#project-urls
57
urls.Documentation = "https://pyUCell.readthedocs.io/"
58
urls.Homepage = "https://github.com/carmonalab/pyUCell"
0 commit comments