From dd632cbcd5ed9652b0ddaf5f4c1f411270637d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:24:45 +0000 Subject: [PATCH] Bump tensorflow-gpu in /src/vai_quantizer/vai_q_tensorflow1.x Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.12.0. - [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/v1.15.2...v2.12.0) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/vai_quantizer/vai_q_tensorflow1.x/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vai_quantizer/vai_q_tensorflow1.x/requirements.txt b/src/vai_quantizer/vai_q_tensorflow1.x/requirements.txt index 8bae0b86c..491645656 100644 --- a/src/vai_quantizer/vai_q_tensorflow1.x/requirements.txt +++ b/src/vai_quantizer/vai_q_tensorflow1.x/requirements.txt @@ -1,2 +1,2 @@ -tensorflow_gpu==1.15.2 +tensorflow_gpu==2.12.0 progressbar~=2.5