v6.2.1

harry0703/MoneyPrinterTurbov6.2.1Feb 24, 2026by adamnsandle

AI Summary

ONNX Runtime has been changed from a required dependency to an optional one, allowing users to install the package without it if desired.

Key Highlights

  • ONNX Runtime is now optional instead of required
  • Users must explicitly install onnxruntime for CPU or onnxruntime-gpu for GPU usage
  • Installation instructions updated to reflect the new dependency status

Breaking Changes

  • onnxruntime is no longer installed automatically by default

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