v6.2.1

roboflow/supervisionv6.2.1Feb 24, 2026by adamnsandle

AI Summary

This release makes the ONNX Runtime dependency optional, requiring users to install it explicitly if needed.

Key Highlights

  • ONNX Runtime is now an optional dependency
  • Installation instructions added for CPU and GPU variants

Breaking Changes

  • ONNX Runtime is no longer included in the default package installation

New Features

  • Optional ONNX Runtime support

Full Release Notes

- onnxruntime is now an optional dependency instead of required.

You now need to install ONNX Runtime explicitly:
`pip install onnxruntime`      # for CPU
`pip install onnxruntime-gpu`  # for GPU