Skip to content

Commit

Permalink
[docs] fix dependencies for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fracape committed Dec 8, 2023
1 parent 6988591 commit 65a0b4f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,15 @@ def get_extra_requirements():
extras_require = {
"test": TEST_REQUIRES,
"dev": DEV_REQUIRES,
"doc": ["sphinx", "sphinx-book-theme", "sphinxcontrib-mermaid", "Jinja2<3.1"],
"doc": [
"sphinx",
"sphinx-book-theme",
"sphinxcontrib-mermaid",
"Jinja2<3.1",
"fiftyone",
"pytorch_msssim",
"ipython",
],
"tutorials": ["jupyter", "ipywidgets"],
}
extras_require["all"] = {req for reqs in extras_require.values() for req in reqs}
Expand Down

0 comments on commit 65a0b4f

Please sign in to comment.