# Core Dependencies
torch>=1.12.0
torchvision>=0.13.0
numpy>=1.21.0
opencv-python>=4.5.0
pillow>=8.3.0
timm>=0.6.0
kornia>=0.6.0
pywt>=1.4.0

# Training and Optimization
torch-optimizer>=0.3.0
transformers>=4.20.0
accelerate>=0.20.0

# Logging and Monitoring
wandb>=0.13.0
tensorboard>=2.8.0
tqdm>=4.64.0
rich>=12.0.0

# Configuration and Utilities
PyYAML>=6.0
omegaconf>=2.2.0
hydra-core>=1.2.0
click>=8.0.0

# Analysis and Visualization
matplotlib>=3.5.0
seaborn>=0.11.0
scikit-image>=0.19.0
scipy>=1.8.0
pandas>=1.4.0
plotly>=5.10.0

# Image Processing
albumentations>=1.2.0
imageio>=2.19.0
scikit-learn>=1.1.0

# Metrics and Evaluation
lpips>=0.1.4
pytorch-fid>=0.3.0
pyiqa>=0.1.7

# Development and Testing
pytest>=7.0.0
pytest-cov>=3.0.0
black>=22.0.0
isort>=5.10.0
flake8>=4.0.0
mypy>=0.950
pre-commit>=2.20.0

# Documentation
sphinx>=5.0.0
sphinx-rtd-theme>=1.0.0
sphinx-autodoc-typehints>=1.18.0

# Optional Dependencies
# Uncomment as needed
# ffmpeg-python>=0.2.0  # For video processing
# av>=9.0.0             # For video I/O
# decord>=0.6.0         # For efficient video loading
# nvidia-ml-py3>=7.352.0  # For GPU monitoring 