Add ipykernel and matplotlib as optional dependencies
This commit is contained in:
@@ -29,4 +29,6 @@ package-dir = {"" = "src"}
|
||||
notebook = [
|
||||
"ipython>=8",
|
||||
"ipywidgets>=8",
|
||||
"ipykernel>=6",
|
||||
"matplotlib>=3.7"
|
||||
]
|
||||
Reference in New Issue
Block a user