pin onnxruntime to 1.23.2 for DSP

This commit is contained in:
Christopher Milan 2026-02-05 10:57:25 -08:00
commit 84bb2cc0fc

View file

@ -569,7 +569,7 @@ jobs:
with:
key: dsp-minimal
deps: testing_unit
pydeps: "onnx==1.18.0 onnxruntime"
pydeps: "onnx==1.18.0 onnxruntime==1.23.2"
llvm: "true"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3