Skip to content

Commit 365a601

Browse files
committed
add "all" optional dependency
1 parent 145bd3e commit 365a601

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pyproject.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,27 @@ dependencies = [
3333
"tqdm",
3434
]
3535
[project.optional-dependencies]
36+
all = [
37+
# dev
38+
"jupyter",
39+
"jupyterlab",
40+
"pre-commit",
41+
"ruff",
42+
"tox",
43+
# docs
44+
"myst-nb",
45+
"numpydoc",
46+
"pydata-sphinx-theme",
47+
"sphinx",
48+
"sphinx-polyversion >= 1.1",
49+
"sphinx_design",
50+
"sphinxcontrib-bibtex",
51+
# test
52+
"pytest",
53+
"pytest-cov",
54+
"pytest-rerunfailures",
55+
"pytest-xdist",
56+
]
3657
dev = [
3758
"jupyter",
3859
"jupyterlab",

0 commit comments

Comments
 (0)