From 44a4be65efff68adc2e803ba76988b41b6c0947b Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Wed, 16 Oct 2024 13:30:41 +0200 Subject: [PATCH] update docs deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ffae4a..880a9e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ # Optional [project.optional-dependencies] # Optional dev = ["black", "ruff", "isort"] test = ["pytest", "pytest-cov", "pytest-sugar", "pytest-xdist"] -doc = ["myst-parser", "sphinx-copybutton","sphinx-gallery","sphinx-book-theme"] +doc = ["myst-parser", "sphinx-copybutton","sphinx-gallery","sphinx-book-theme" "matplotlib", "pysap-fmri", "ipywidgets"] toolkit = [ "matplotlib", "pysap-fmri"] # List URLs that are relevant to your project # This field corresponds to the "Project-URL" and "Home-Page" metadata fields: