tcp_accuracy / pyproject.toml
aauss's picture
Add first version of TCP metric.
78587a7
raw
history blame contribute delete
229 Bytes
[project]
name = "tcp-accuracy"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"huggingface-hub<0.25",
"pytest>=9.0.2",
"ruff>=0.14.13",
]