v6.2.1

voideditor/voidv6.2.1Feb 24, 2026by adamnsandle

AI Summary

This release makes ONNX Runtime an optional dependency, allowing users to install the package without AI-specific runtime libraries.

Key Highlights

  • ONNX Runtime is now optional instead of a required dependency
  • Users must explicitly install it via pip for CPU or GPU support

Breaking Changes

  • ONNX Runtime is now optional; users must install it explicitly via pip

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