v6.2.1
thmoa/tex2shapev6.2.1Feb 24, 2026by adamnsandle
AI Summary
ONNX Runtime has been changed from a required to an optional dependency, requiring users to install it manually.
Key Highlights
- ONNX Runtime is now optional instead of required
- Explicit installation required for CPU: pip install onnxruntime
- Explicit installation required for GPU: pip install onnxruntime-gpu
Breaking Changes
- ONNX Runtime dependency changed from required to optional
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