File size: 379 Bytes
6c74986 b5ccc63 6c74986 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
[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",
]
|