From 91fd5aac6e7dd8cd8b743db19441e17a928efed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:12:49 +0000 Subject: [PATCH] build(deps): update onnxruntime requirement in /requirements Updates the requirements on [onnxruntime](https://github.com/microsoft/onnxruntime) to permit the latest version. - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.15.1...v1.28.0) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/inference.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/inference.txt b/requirements/inference.txt index 6ded79f5..880d619d 100644 --- a/requirements/inference.txt +++ b/requirements/inference.txt @@ -3,7 +3,7 @@ pnnx==20251031 ncnn>=1.0.20230517 onnx>=1.14.0 onnxmltools>=1.11.2 -onnxruntime>=1.15.1 +onnxruntime>=1.28.0 onnxsim>=0.4.33 protobuf>=4.23.3 tensorflow>=2.12.0