We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5b13b commit 0e55c23Copy full SHA for 0e55c23
pyproject.toml
@@ -13,13 +13,10 @@ dynamic = ["version"]
13
readme = "README.md"
14
requires-python = ">=3.7"
15
dependencies = [
16
- "comm>=0.1.0",
+ "ipywidgets>=7.6.0",
17
"importlib-metadata; python_version < '3.8'",
18
- "jupyterlab_widgets~=3.0.10",
19
- "psygnal>=0.8.1",
20
- "traitlets>=4.3.1",
21
"typing-extensions>=4.2.0",
22
- "widgetsnbextension~=4.0.10",
+ "psygnal>=0.8.1",
23
]
24
25
[project.optional-dependencies]
0 commit comments