From 3ad432c1a18fda08e59ed29a1301b0a2e65a2ce3 Mon Sep 17 00:00:00 2001 From: Abhilash Kishore Date: Tue, 21 Apr 2026 22:56:13 -0700 Subject: [PATCH] revert: restore onnxruntime, keep openvino bump Reverting onnxruntime-openvino consolidation - onnxruntime is used with multiple execution providers (CUDA, TensorRT, MIGraphX, CPU) and cannot be replaced wholesale with the openvino-specific wheel. --- docker/main/requirements-wheels.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index da6ae50ff..5956e2a99 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -42,7 +42,8 @@ opencv-python-headless == 4.11.0.* opencv-contrib-python == 4.11.0.* scipy == 1.16.* # OpenVino & ONNX -onnxruntime-openvino == 1.24.* +openvino == 2025.4.* +onnxruntime == 1.22.* # Embeddings transformers == 4.45.* # Generative AI