Files
tkmind_go/evals/harbor/pyproject.toml
T
2026-05-20 20:03:01 +00:00

14 lines
239 B
TOML

[project]
name = "goose-harbor-eval"
version = "0.1.0"
description = "Goose eval tooling for Harbor benchmark datasets"
requires-python = ">=3.12"
dependencies = [
"harbor==0.6.4",
]
[dependency-groups]
dev = [
"pytest>=8.4.0",
]