From 84f35e81e81365fbdeb83d1203beb428939bec08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:52:45 +0000 Subject: [PATCH] Bump tensorflow from 2.3.1 to 2.7.2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.1 to 2.7.2. - [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.7.2) --- 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..61503f9 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.7.2 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..09f572c 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.7.2", "tensorflow_transform == 0.24.1", ]