From b26ed3a04e48d00d53a3646599df4f9b175caa30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 01:56:20 +0000 Subject: [PATCH] Bump tensorflow from 2.3.1 to 2.5.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.1 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/v2.3.1...v2.5.3) --- 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 82444da..5bcff56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ numpy < 1.19.0 pylint == 2.6.0 fire >= 0.3.1 jupyter >= 1.0.0 -tensorflow == 2.3.1 +tensorflow == 2.5.3 pyarrow <0.18,>=0.17 frozendict == 1.2 dataclasses >= 0.5;python_version<"3.7" diff --git a/setup.py b/setup.py index 6013f68..c26fe26 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "pylint >= 2.5.3", "pytz >= 2020.1", "python-dateutil", - "tensorflow == 2.3.1", + "tensorflow == 2.5.3", "tensorflow_transform == 0.24.1", ]