From 14b374aeeb7d09251dfe311fe9768ef5809755dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:12:36 +0000 Subject: [PATCH] Bump tensorflow from 1.4.0 to 2.9.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.4.0 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.4.0...v2.9.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..f9d1c58 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.9.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..4c3877b 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.9.3 \ No newline at end of file