From c0afb78befd673eb1ddaa0192d4694cef20ed2fa Mon Sep 17 00:00:00 2001 From: rasbt Date: Sat, 23 Sep 2023 09:57:17 -0500 Subject: [PATCH] fix doc optional dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e740db0c4..49210aa81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers=[ [project.optional-dependencies] testing = ["pytest"] -docs = ["mkdocs", "pip install python-markdown-math", "mkdocs-bootswatch", "nbconvert"] +docs = ["mkdocs", "python-markdown-math", "mkdocs-bootswatch", "nbconvert"] [project.urls] Homepage = "https://github.com/rasbt/mlxtend"