# Core deep learning and scientific computing
torch==2.5.1
torchvision==0.20.1
torchaudio==2.5.1
timm==0.6.12
numpy==2.0.2
scipy==1.13.1
scikit-learn==1.6.0

# Computer vision and image processing
opencv-python==4.12.0.88
pillow==11.0.0

# Data manipulation and analysis
pandas==2.2.3

# Visualization
matplotlib==3.9.4
seaborn==0.13.2

# Experiment tracking and logging
wandb==0.20.1

# Progress bars and utilities
tqdm==4.65.2

# Optional: For development and analysis
# jupyter==1.1.1  # Uncomment if you need Jupyter notebooks
