From 4b81eb3bdaae1cbced3725ca8cba1e9f148033a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 16:07:48 +0000 Subject: [PATCH] Bump tensorflow from 2.3.0 to 2.5.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.0 to 2.5.1. - [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.5.1) --- 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..6fed856 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.3.0 +tensorflow==2.5.1 scipy==1.4.1 requests==2.24.0 Shapely==1.7.0 diff --git a/setup.py b/setup.py index fce7356..f844df4 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.5.1", "seaborn==0.10.1", "plotly==4.8.1", "pandas==1.0.5",