From b819e5d5e0fb81c0cde75749ad9455e714c2fe35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:50:46 +0000 Subject: [PATCH] Bump tensorflow from 2.3.0 to 2.7.2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.0 to 2.7.2. - [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.3.0...v2.7.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 812ed80..7a96f48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.3.0 +tensorflow==2.7.2 scipy==1.4.1 requests==2.24.0 Shapely==1.7.0 diff --git a/setup.py b/setup.py index fce7356..e5c3b46 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ install_requires=[ "matplotlib==3.2.2", "numpy==1.18.5", - "tensorflow==1.15.2", + "tensorflow==2.7.2", "seaborn==0.10.1", "plotly==4.8.1", "pandas==1.0.5",