We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88ea27 commit 8d89778Copy full SHA for 8d89778
python/setup.py
@@ -31,14 +31,14 @@ def read(fname):
31
extras_require={
32
"dev": ["pytest", "flake8", "black"],
33
"docs": [
34
- "mkdocs==1.3.0",
35
- "mkdocs-material==8.2.8",
36
- "mike==1.1.2",
37
- "sphinx==3.5.4",
38
- "keras_autodoc @ git+https://git@github.com/moritzmeister/keras-autodoc@split-tags-properties",
39
- "markdown-include",
40
- "markdown==3.3.7",
41
- "pymdown-extensions",
+ "mkdocs==1.5.3",
+ "mkdocs-material==9.5.17",
+ "mike==2.0.0",
+ "sphinx==7.2.6",
+ "keras_autodoc @ git+https://git@github.com/logicalclocks/keras-autodoc",
+ "markdown-include==0.8.1",
+ "markdown==3.6",
+ "pymdown-extensions==10.7.1",
42
],
43
},
44
author="Logical Clocks AB",
0 commit comments