From 9c573efc8e9a12937f5e0eb5fdb9bb6a26a67c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 02:08:33 +0000 Subject: [PATCH] Bump tensorflow from 2.1.0 to 2.5.3 in /apis/train_model Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.1.0 to 2.5.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/v2.1.0...v2.5.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apis/train_model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/train_model/requirements.txt b/apis/train_model/requirements.txt index 137635b..ae98116 100644 --- a/apis/train_model/requirements.txt +++ b/apis/train_model/requirements.txt @@ -8,4 +8,4 @@ Pillow==6.2.0 lime==0.2.0.0 matplotlib==3.1.1 autokeras==1.0.2 -tensorflow==2.1.0 \ No newline at end of file +tensorflow==2.5.3 \ No newline at end of file