# ── restore_pipeline — CPU-only dependencies ──────────────────────────────────
# All packages have published Python 3.12 wheels on PyPI.
# No CUDA / GPU wheels are included.

# Image I/O
imageio==2.37.0
Pillow==12.2.0

# Core image processing
numpy==1.26.4
scikit-image==0.25.2
opencv-python==4.11.0.86

# High-quality denoising (BM3D)
bm3d==4.0.3

# ONNX runtime (CPU-only; GPU providers must NOT be used)
onnxruntime==1.21.0

# Testing
pytest==9.0.3
