We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db3e76 commit fb1636aCopy full SHA for fb1636a
1 file changed
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "spotpython"
10
-version = "0.14.76"
+version = "0.14.77"
11
authors = [
12
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
13
]
@@ -28,13 +28,13 @@ dependencies = [
28
"lightning>=2.0.0rc0",
29
"graphviz",
30
"matplotlib",
31
- "mkdocs",
32
- "mkdocs-material",
33
- "mkdocstrings-python",
34
- "mkdocs-exclude",
35
- "mkdocs-gen-files",
36
- "mkdocs-literate-nav",
37
- "mkdocs-section-index",
+ "mkdocs>=1.6.0",
+ "mkdocs-material>=9.5.31",
+ "mkdocstrings-python>=1.10.8",
+ "mkdocs-exclude>=1.0.2",
+ "mkdocs-gen-files>=0.5.0",
+ "mkdocs-literate-nav>=0.6.1",
+ "mkdocs-section-index>=0.3.9",
38
"numpy",
39
"nbformat",
40
"pandas",
0 commit comments