# YOLO 2026 — ROCm (AMD GPU) requirements
# NOTE: deploy.sh auto-detects the installed ROCm version and installs
# PyTorch from the matching index URL. This file is a reference manifest.
torch>=2.4.0
torchvision>=0.19.0
ultralytics>=8.3.0
onnxruntime-rocm>=1.18
onnx>=1.12.0,<2.0.0        # pre-install: prevents ultralytics from auto-installing CPU onnxruntime
onnxslim>=0.1.71            # pre-install: same reason
numpy>=1.24.0
opencv-python-headless>=4.8.0
Pillow>=10.0.0

