From 3b2de9a418db2a3526af5d7a1f962a5f51e701fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:56:52 +0000 Subject: [PATCH] Bump tensorflow from 1.15.2 to 2.9.3 in /Aqua/src Bumps [tensorflow](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 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Aqua/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aqua/src/requirements.txt b/Aqua/src/requirements.txt index f26e60d..8b32981 100644 --- a/Aqua/src/requirements.txt +++ b/Aqua/src/requirements.txt @@ -7,7 +7,7 @@ flask-cors==3.0.8 waitress==1.4.3 jsonpickle==1.4.1 mysql-connector==2.2.9 -tensorflow==1.15.2 +tensorflow==2.9.3 tensorflow-estimator==1.15.1 tensorflow-hub==0.5.0 sklearn==0.0