Skip to content

Commit 220f4f2

Browse files
committed
Add version info for docs dependencies
1 parent 2b59718 commit 220f4f2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ dev = [
6060
]
6161
testing = ["pytest >= 7.4.0, < 8.4.0", "pytest-cov", "coveralls"]
6262
docs = [
63-
"mkdocs",
64-
"mkdocs-material",
65-
"mkdocstrings",
66-
"mkdocstrings-python",
67-
"mkdocs-exclude",
68-
"mike",
69-
"pymdown-extensions",
70-
"black",
63+
"mkdocs >= 1.6.1",
64+
"mkdocs-material >= 9.6.18",
65+
"mkdocstrings >= 0.30.0",
66+
"mkdocstrings-python >= 1.17.0",
67+
"mkdocs-exclude >= 1.0.2",
68+
"mike >= 2.1.3",
69+
"pymdown-extensions >= 10.16.1",
70+
"black >= 25.1.0",
7171
"mkdocs-jupyter >=0.25.1",
7272
]
7373
notebooks = [

0 commit comments

Comments
 (0)