Skip to content

Commit d01778e

Browse files
committed
Add versions to sphinx deps
1 parent a36eb10 commit d01778e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pineappl_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
dependencies = ["numpy>=1.16.0,<2.0.0"]
2222

2323
[project.optional-dependencies]
24-
docs = ["sphinx", "sphinx_rtd_theme", "sphinxcontrib-bibtex", "nbsphinx"]
24+
docs = ["sphinx>=6.2.1", "sphinx_rtd_theme>=1.2.2", "sphinxcontrib-bibtex>=2.5.0", "nbsphinx>=0.9.2"]
2525
test = ["pytest", "pytest-cov"]
2626

2727
[project.urls]

0 commit comments

Comments
 (0)