From dec289fa1dd1b2e32c1c1cf745077830ce8a2332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:12:38 +0000 Subject: [PATCH] build(deps): update onnxsim requirement in /requirements Updates the requirements on [onnxsim](https://github.com/onnxsim/onnxsim) to permit the latest version. - [Release notes](https://github.com/onnxsim/onnxsim/releases) - [Commits](https://github.com/onnxsim/onnxsim/compare/v0.4.33...v0.7.0) --- updated-dependencies: - dependency-name: onnxsim dependency-version: 0.7.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..3bc846d4 100644 --- a/requirements/inference.txt +++ b/requirements/inference.txt @@ -4,6 +4,6 @@ ncnn>=1.0.20230517 onnx>=1.14.0 onnxmltools>=1.11.2 onnxruntime>=1.15.1 -onnxsim>=0.4.33 +onnxsim>=0.7.0 protobuf>=4.23.3 tensorflow>=2.12.0