From 6c56de8b99d8f19f53f6b950b24e10715b0c1bcb Mon Sep 17 00:00:00 2001 From: Sitong Liu Date: Sat, 22 Jun 2024 22:13:25 -0700 Subject: [PATCH] Fixed the style. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2bc0cd3..d4eb45a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ ipywidgets = { version = "^8.1.2", optional = true } traitlets = { version = "^5.14.3", optional = true } [tool.poetry.extras] -jupyter = ["ipytree", "ipywidgets", "traitlets"] +jupyter = ["ipytree", "ipywidgets", "traitlets","graphviz"] [tool.poetry.group.dev.dependencies] pytest = "^8.1.1"