bouncing-target-reference / pyproject.toml
mzhu22's picture
use contours in videos
b5ccc63
raw
history blame contribute delete
379 Bytes
[project]
name = "bouncing-target-reference"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio>=5.36.2",
"huggingface-hub>=0.33.2",
"scikit-image>=0.25.2",
]
[dependency-groups]
dev = [
"ipykernel>=6.29.5",
"numpy>=2.2.6",
"opencv-python>=4.11.0.86",
"simpleitk>=2.5.2",
]