From ea19b68b10e2b83d705845948eb3eec14f24b03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:04:51 +0000 Subject: [PATCH] Bump tensorflow from 1.14 to 2.6.4 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14 to 2.6.4. - [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.6.4) --- 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..91382a8 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.6.4', '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