Skip to content

Commit 0e55c23

Browse files
committed
bring back ipywidgets
1 parent ed5b13b commit 0e55c23

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

+2-5
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ dynamic = ["version"]
1313
readme = "README.md"
1414
requires-python = ">=3.7"
1515
dependencies = [
16-
"comm>=0.1.0",
16+
"ipywidgets>=7.6.0",
1717
"importlib-metadata; python_version < '3.8'",
18-
"jupyterlab_widgets~=3.0.10",
19-
"psygnal>=0.8.1",
20-
"traitlets>=4.3.1",
2118
"typing-extensions>=4.2.0",
22-
"widgetsnbextension~=4.0.10",
19+
"psygnal>=0.8.1",
2320
]
2421

2522
[project.optional-dependencies]

0 commit comments

Comments
 (0)