From e4e5e8f801c2509f69265342ac29049aba758f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 15:13:12 +0000 Subject: [PATCH] Bump tensorflow from 1.12.0 to 2.5.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.12.0 to 2.5.0. - [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.12.0...v2.5.0) 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 033e749..58a89a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ scipy==1.1.0 # CAUTION: The following line is to avoid security vulnerabilities: # See: https://nvd.nist.gov/vuln/detail/CVE-2019-7164 and https://nvd.nist.gov/vuln/detail/CVE-2019-7548 SQLAlchemy>=1.3.0 -tensorflow==1.12.0 +tensorflow==2.5.0 traitlets==4.3.2 diff --git a/setup.py b/setup.py index b66e930..b946852 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'scikit-learn', 'scipy', 'SQLAlchemy', - 'tensorflow==1.13.1', + 'tensorflow==2.5.0', 'traitlets' ], entry_points='''