CUC / pyproject.toml
AlexWalhai's picture
CUC 0.2.7
6da777e
Raw
History Blame Contribute Delete
247 Bytes
[project]
name = "huggingface-cuc"
version = "0.1.0"
description = "Build tooling for the Copenhagen Ugaritic Corpus HuggingFace dataset"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pyarrow>=18",
"text-fabric>=12",
]