File size: 280 Bytes
a5bbc9e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [project]
name = "milim-bench"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"jiwer>=4.0.0",
"phonikud>=0.4.1",
"phonikud-onnx>=1.0.6",
"renikud-onnx>=0.1.0",
"tabulate>=0.10.0",
]
|