From d382645ecec485e344af61e5f092329cd76f5830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 10:44:18 +0000 Subject: [PATCH] Bump tensorflow from 2.10.1 to 2.11.1 in /benchmark Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.10.1 to 2.11.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.10.1...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmark/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/setup.py b/benchmark/setup.py index 52e46c0d..b70c4e58 100644 --- a/benchmark/setup.py +++ b/benchmark/setup.py @@ -17,7 +17,7 @@ 'onnx==1.7.0', 'torch==1.13.1', 'requests', - 'tensorflow==2.10.1', + 'tensorflow==2.11.1', 'jsonschema==3.2.0', 'protobuf==3.19.5' ]