From 026f0828758bb6d201cc13de5abe4f17b5023a45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:07:04 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.15.2 to 2.9.3 in /code Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.9.3. - [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.9.3) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/requirements.txt b/code/requirements.txt index bcbaee5..243bd4f 100644 --- a/code/requirements.txt +++ b/code/requirements.txt @@ -3,7 +3,7 @@ numpy==1.15.1 joblib==0.13.0 scipy==1.1.0 scikit_optimize==0.5.2 -tensorflow-gpu==1.15.2 +tensorflow-gpu==2.9.3 tqdm==4.28.1 matplotlib==3.0.1 pydub==0.23.1