Files
patchy631--ai-engineering-hub/train-yolo26-object-detection/pyproject.toml
T
2026-07-13 12:37:47 +08:00

14 lines
341 B
TOML

[project]
name = "train-yolo26-object-detection"
version = "0.1.0"
description = "Train YOLO26 Object Detection Model on a Custom Dataset"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"comet-ml>=3.56.0",
"python-dotenv>=1.2.1",
"roboflow>=1.2.14",
"supervision>=0.27.0.post1",
"ultralytics>=8.4.0",
]