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 b8e29bb commit d09d1a6Copy full SHA for d09d1a6
pyproject.toml
@@ -33,14 +33,27 @@ dependencies = [
33
"tqdm",
34
]
35
[project.optional-dependencies]
36
+dev = [
37
+ "jupyter",
38
+ "jupyterlab",
39
+ "pre-commit",
40
+ "ruff",
41
+ "tox",
42
+]
43
docs = [
- "sphinx",
- "numpydoc",
- "myst-nb",
- "sphinx_design",
- "pydata-sphinx-theme",
- "sphinxcontrib-bibtex",
- "sphinx-polyversion==1.1.0",
44
+ "myst-nb",
45
+ "numpydoc",
46
+ "pydata-sphinx-theme",
47
+ "sphinx",
48
+ "sphinx-polyversion >= 1.1",
49
+ "sphinx_design",
50
+ "sphinxcontrib-bibtex",
51
52
+test = [
53
+ "pytest",
54
+ "pytest-cov",
55
+ "pytest-rerunfailures",
56
+ "pytest-xdist",
57
58
[tool.ruff]
59
# We use ruff to lint and auto-format code
0 commit comments