pothole_detection / pyproject.toml
Jisnu Kalita
merge remote runs and fine-tune config
52674e0
[project]
name = "pothole-detection"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"hf-xet>=1.4.3",
"huggingface-hub>=1.8.0",
"kaggle>=2.0.0",
"requests>=2.33.1",
"ultralytics>=8.4.33",
]
[tool.uv.workspace]
members = [
"dataset",
]