We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145bd3e commit 365a601Copy full SHA for 365a601
pyproject.toml
@@ -33,6 +33,27 @@ dependencies = [
33
"tqdm",
34
]
35
[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
+]
57
dev = [
58
"jupyter",
59
"jupyterlab",
0 commit comments