Skip to content

Commit 0fce026

Browse files
committed
Add version info for docs dependencies
1 parent 78c4be0 commit 0fce026

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

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

0 commit comments

Comments
 (0)