v6.2.1
DioxusLabs/dioxusv6.2.1Feb 24, 2026by adamnsandle
AI Summary
This release changes the dependency model for ONNX Runtime, making it an optional dependency rather than a required one.
Key Highlights
- ONNX Runtime is now optional, requiring explicit installation by the user
- Instructions provided for installing specific variants of onnxruntime for CPU and GPU usage
Breaking Changes
- Code that previously assumed ONNX Runtime was installed by default will now require explicit dependency management
New Features
- Explicit ONNX Runtime installation support via pip (CPU and GPU variants)
- Removal of ONNX Runtime as a hard dependency
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