From 29d4197f45c6f6e9907a0ef0851c148615012e40 Mon Sep 17 00:00:00 2001 From: Barbara Bertozzi Date: Fri, 21 Nov 2025 10:51:59 +0100 Subject: [PATCH] Add ipykernel and matplotlib as optional dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7b18b68..554adf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,4 +29,6 @@ package-dir = {"" = "src"} notebook = [ "ipython>=8", "ipywidgets>=8", + "ipykernel>=6", + "matplotlib>=3.7" ] \ No newline at end of file