# Core ML libraries
# Note: PyTorch 2.8.0 is not yet available on pip; using 2.6.0+cu126 (latest available)
# Install via: pip install torch==2.6.0+cu126 torchvision==0.17.0+cu126 --index-url https://download.pytorch.org/whl/cu126
torch>=2.6.0
torchvision>=0.17.0
transformers>=4.44.0
accelerate>=1.2.1
datasets>=2.20.0
bitsandbytes>=0.43.1
trl>=0.9.6
peft>=0.12.0
evaluate>=0.4.2

# Utilities
sentencepiece>=0.1.99
tqdm>=4.66.0
huggingface_hub>=0.24.0
hf_transfer>=0.1.5
protobuf<5
numpy>=1.24.0
pandas>=2.0.0
scikit-learn>=1.3.0
jsonlines>=4.0.0
typer>=0.9.0
rich>=13.0.0
tensorboard>=2.14.0
pyyaml>=6.0
pydantic>=2.0.0

