mirror of
https://github.com/ferdzo/vesselDetection.git
synced 2026-04-04 17:56:25 +00:00
13 lines
248 B
TOML
13 lines
248 B
TOML
[project]
|
|
name = "vesseldetection"
|
|
version = "0.1.0"
|
|
description = "Autoresearch-style YOLO vessel detection experiments"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10,<3.14"
|
|
dependencies = [
|
|
"ultralytics>=8.3.0",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|