# Core
torch>=2.0
torchvision>=0.15

# Model/backbone zoo
#  - Image models from Ross Wightman's repository
#  - Provides resnet, swin, convnext, etc.
timm>=0.9.12

# Open CLIP implementation
open_clip_torch>=2.23.0

# Data handling & utils
pandas>=1.5
numpy>=1.23
pillow>=9.3

# Training utilities
scikit-learn>=1.3
tqdm>=4.65
matplotlib>=3.7

# Logging
tensorboard>=2.12
