Skip to content

Commit 80661f2

Browse files
committed
Added ipywidgets to requirements and pyproject.toml (required for progress bar in jupyter notebooks)
1 parent cf549d0 commit 80661f2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dependencies = [
3131
"magicgui",
3232
"imageio[pyav]",
3333
"opencv-python",
34+
"ipywidgets",
3435
]
3536
classifiers = [
3637
"Development Status :: 5 - Production/Stable",

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ rich
2020
qtpy
2121
opencv-contrib-python
2222
pytest-warnings
23-
23+
ipywidgets
24+
ipykernel

0 commit comments

Comments
 (0)