Add ipykernel and matplotlib as optional dependencies

This commit is contained in:
2025-11-21 10:51:59 +01:00
parent e362624ee4
commit 29d4197f45

View File

@@ -29,4 +29,6 @@ package-dir = {"" = "src"}
notebook = [
"ipython>=8",
"ipywidgets>=8",
"ipykernel>=6",
"matplotlib>=3.7"
]