RF-DETR_SAHI / pyproject.toml
Darius Morawiec
fix: Update sahi dependency
9b5e6f3
raw
history blame contribute delete
160 Bytes
[project]
name = "rf-detr-sahi"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"gradio~=5.35.0",
"rfdetr~=1.1.0",
"sahi~=0.11.27",
]