File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff 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
3457urls.Documentation = " https://pyUCell.readthedocs.io/"
3558urls.Homepage = " https://github.com/carmonalab/pyUCell"
You can’t perform that action at this time.
0 commit comments