Skip to content

Commit 8d89778

Browse files
committed
Update dependencies
1 parent a88ea27 commit 8d89778

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

python/setup.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ def read(fname):
3131
extras_require={
3232
"dev": ["pytest", "flake8", "black"],
3333
"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",
34+
"mkdocs==1.5.3",
35+
"mkdocs-material==9.5.17",
36+
"mike==2.0.0",
37+
"sphinx==7.2.6",
38+
"keras_autodoc @ git+https://git@github.com/logicalclocks/keras-autodoc",
39+
"markdown-include==0.8.1",
40+
"markdown==3.6",
41+
"pymdown-extensions==10.7.1",
4242
],
4343
},
4444
author="Logical Clocks AB",

0 commit comments

Comments
 (0)