From b47397ab1796fa4f8facedcd4575c80a685cfa5b Mon Sep 17 00:00:00 2001 From: Christopher Milan Date: Thu, 5 Feb 2026 11:27:50 -0800 Subject: [PATCH] list ml_dtypes as dependency for DSP (#14562) * pin onnxruntime to 1.23.2 for DSP * list ml_dtypes instead This reverts commit 84bb2cc0fcc404c36798863e28e40b6f4c69c811. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06efab426d..ff4a28b43d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -569,7 +569,7 @@ jobs: with: key: dsp-minimal deps: testing_unit - pydeps: "onnx==1.18.0 onnxruntime" + pydeps: "onnx==1.18.0 onnxruntime ml_dtypes" llvm: "true" - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3