From 30feee1f81c77d9c5ec518acb11cc190680cc37d Mon Sep 17 00:00:00 2001 From: Subekshya Bidari <37636707+sbidari@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:07:16 -0400 Subject: [PATCH] move `ipywidgets` to `docs` dependency group (#352) move ipywidgets to docs group --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 087073d4..16aa997c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,6 @@ optional = true [tool.poetry.group.dev.dependencies] nbconvert = "^7.16.4" -ipywidgets = "^8.1.3" deptry = "^0.17.0" [tool.poetry.group.docs] @@ -41,6 +40,7 @@ sphinx = "^7.2.6" sphinxcontrib-mermaid = "^0.9.2" sphinx-autodoc-typehints = "^2.1.0" sphinx-book-theme = "^1.1.2" +ipywidgets = "^8.1.3" [tool.poetry.group.test] optional = true