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 cf549d0 commit 80661f2Copy full SHA for 80661f2
pyproject.toml
@@ -31,6 +31,7 @@ dependencies = [
31
"magicgui",
32
"imageio[pyav]",
33
"opencv-python",
34
+ "ipywidgets",
35
]
36
classifiers = [
37
"Development Status :: 5 - Production/Stable",
requirements.txt
@@ -20,4 +20,5 @@ rich
20
qtpy
21
opencv-contrib-python
22
pytest-warnings
23
-
+ipywidgets
24
+ipykernel
0 commit comments