From e6aa4229a53f45e433f0649aa134533d434194d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 15:46:09 +0000 Subject: [PATCH] Bump tensorflow from 1.14 to 2.5.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14 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/v1.14.0...v2.5.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- trainer/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b45596d..6ef4196 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -REQUIRED_PACKAGES = ['Keras==2.2.4', 'tensorflow==1.14', 'numpy==1.16.5'] +REQUIRED_PACKAGES = ['Keras==2.2.4', 'tensorflow==2.5.1', 'numpy==1.16.5'] setup( name='trainer', diff --git a/trainer/requirements.txt b/trainer/requirements.txt index c1a4ba1..84db8a5 100644 --- a/trainer/requirements.txt +++ b/trainer/requirements.txt @@ -1,4 +1,4 @@ numpy>=1.14 pandas>=0.22 six>=1.11 -tensorflow>=1.13,<2 +tensorflow>=1.13,<3