Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(missing dep): Added missed dependency.
  • Loading branch information
edavalosanaya committed May 8, 2023
commit 23218251949c3e59822b8e9709c34afb9714c9aa
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ dependencies = [
"opencv-python",
"pandas",
"motmetrics",
"setuptools"
"setuptools",
"ipyfilechooser"
]

[project.urls]
Expand Down