# Core libraries
transformers>=4.39.0
datasets>=2.18.0
torch>=2.1.0
tqdm
numpy
python-dotenv

# Quantized model support
bitsandbytes>=0.42.0
accelerate>=0.26.0

# OpenAI client (for GPT-4o)
openai>=1.2.3

# Optional: if you are using matplotlib or sklearn anywhere for plots/TSNE
matplotlib
scikit-learn
