Datasets:
File size: 344 Bytes
c427f62 | 1 2 3 4 5 6 7 8 9 10 | # 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
|