# YOLO Detection 2026 - Dependencies
# Install: pip install -r requirements.txt

ultralytics>=8.3.0        # YOLOv11/v10/v8 inference
numpy>=1.24.0,<2.0.0
opencv-python-headless>=4.8.0
Pillow>=10.0.0
# GPU inference — install ONE of these (not both!):
# AMD ROCm:  pip install onnxruntime-rocm  (do NOT install onnxruntime alongside)
# NVIDIA:    handled by ultralytics (tensorrt)
# CPU only:  pip install onnxruntime
