Skip to content

Commit

Permalink
fix doc optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Sep 23, 2023
1 parent a0534aa commit c0afb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c0afb78

Please sign in to comment.