From 6725ea6f0c371caafb8beb877167e2f7265c54d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20M=C3=A4rz?= <41187941+StatMixedML@users.noreply.github.com> Date: Fri, 25 Aug 2023 19:38:28 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f60de52..a2e21070 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "ipython~=8.14.0", ], extras_require={ - "docs": ["mkdocs", "mkdocstrings[python]", "mkdocs-jupyter"] + "docs": ["mkdocs-windmill", "mkdocstrings[python]", "mkdocs-jupyter"] }, test_suite="tests", tests_require=["flake8", "pytest"],