From 5ffec85e9914626af445fd3f5b72f41454ab8a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:04:48 +0000 Subject: [PATCH] Bump onnxruntime from 1.10.0 to 1.16.1 in /tools/accuracy Bumps [onnxruntime](https://github.com/microsoft/onnxruntime) from 1.10.0 to 1.16.1. - [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.10.0...v1.16.1) --- updated-dependencies: - dependency-name: onnxruntime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/accuracy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/accuracy/requirements.txt b/tools/accuracy/requirements.txt index 0329701e0d7..07a39660d50 100644 --- a/tools/accuracy/requirements.txt +++ b/tools/accuracy/requirements.txt @@ -22,4 +22,4 @@ # THE SOFTWARE. ##################################################################################### numpy==1.21.6 -onnxruntime==1.10.0 +onnxruntime==1.16.1