top5_error_rate / pyproject.toml
Aye10032's picture
init
afa91bc
raw
history blame
195 Bytes
[project]
name = "top5-error-rate"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"evaluate[template]>=0.4.3",
]