Skip to content

Commit 9031003

Browse files
committed
Adds back jupyterlab_widgets as dep
1 parent e81827f commit 9031003

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ classifiers = [
2323
"Programming Language :: Python :: 3.11",
2424
]
2525
dependencies = [
26-
"jupyterlab~=3.6"
26+
"jupyterlab~=3.6",
27+
"jupyterlab_widgets~=3.0"
2728
]
2829
dynamic = ["version", "description", "authors", "urls", "keywords"]
2930

0 commit comments

Comments
 (0)