TRACE / requirements.txt
Ewakaa's picture
Initial public release: TRACE v1.0.0
c427f62 verified
raw
history blame contribute delete
344 Bytes
# Runtime dependencies for the TRACE generator + dataset loading.
#
# Core (required to regenerate the corpus from configs):
pyyaml>=6.0
# Optional — only needed if you load TRACE via the Hugging Face datasets
# library (`load_dataset("PomboLabs/TRACE")`). Skip if you only consume the
# raw JSONL files under data/splits/.
datasets>=2.18.0