From a3db2686fa1f51b37f3b56d84b394691619d2898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 02:06:54 +0000 Subject: [PATCH] Bump tensorflow from 1.4.0 to 2.5.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.4.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/v1.4.0...v2.5.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c1aee37..47cd446 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Flask==1.1.0 gunicorn==19.6.0 scipy==0.18.1 -tensorflow==1.4.0 +tensorflow==2.5.3 numpy==1.12.1 tqdm==4.11.2 pandas==0.23.3 diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 628fb75..10addab 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -8,4 +8,4 @@ keras==2.0.2 scikit-learn==0.18.1 pillow==4.0.0 ipykernel==4.6.1 -tensorflow==1.0.0 \ No newline at end of file +tensorflow==2.5.3 \ No newline at end of file