# Core ML/DL Framework
torch==2.7.0
tensorflow

# Hugging Face ecosystem
transformers==4.52.3
datasets==2.19.2

# Data Handling & Scientific Computing
pandas==2.2.3
numpy==1.26.4

# NLP Toolkit
nltk==3.9.1
spacy==3.8.7

# Plotting & Utilities
matplotlib==3.9.0
tqdm==4.66.4

# Google Drive Integration
PyDrive2==1.17.0
gdown==5.2.0

# Code Quality (Optional)
ruff==0.11.11