# Core utils
tqdm>=4.60.0
requests>=2.25.0

# Data stuff

numpy>=1.20.0
pandas>=1.3.0
datasets>=2.10.0

# Hugging Face ecosystem
transformers>=4.35.0
peft>=0.10.0
torch>=2.0.0

# Eval & metr

scikit-learn>=1.3.0
seqeval>=1.2.2

# Vis
matplotlib>=3.5.0
seaborn>=0.11.0

# Optional but very useful (logging, better error messages)
rich>=13.0.0

# OpenAI-compatible evaluation clients
openai>=1.0.0

# Provenance manifests
PyYAML>=6.0
jsonschema>=4.18.0
huggingface_hub>=0.20.0
