From 6014dbae989f82e8b1dbcfce3bc55b9e7dc4167e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 00:38:48 +0000 Subject: [PATCH] Bump tensorflow from 1.14 to 2.5.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14 to 2.5.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.14.0...v2.5.3) --- 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..637dd69 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.3', '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