From 9e8914a1ef32434d0a174c27e14bb7e42d22e0b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:14:52 +0000 Subject: [PATCH] Bump tensorflow from 1.15.2 to 2.6.4 in /Aqua/src Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.6.4. - [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.6.4) --- 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..171fe3d 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.6.4 tensorflow-estimator==1.15.1 tensorflow-hub==0.5.0 sklearn==0.0