From d90a5649ac7cc87a1d42af126c208a89904cbd5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:57:34 +0000 Subject: [PATCH] Bump tensorflow from 2.5.0 to 2.7.2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0 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.5.0...v2.7.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_databricks.txt | 2 +- requirements_windows.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_databricks.txt b/requirements_databricks.txt index c9d13ce..7d60bcc 100644 --- a/requirements_databricks.txt +++ b/requirements_databricks.txt @@ -1,6 +1,6 @@ wheel==0.36.2 awscli==1.19.28 -tensorflow==2.5.0 +tensorflow==2.7.2 fastcluster==1.1.26 cython==0.29.23 numpy==1.20.2 diff --git a/requirements_windows.txt b/requirements_windows.txt index bd74de6..8937c3d 100644 --- a/requirements_windows.txt +++ b/requirements_windows.txt @@ -1,7 +1,7 @@ setuptools==53.1.0 wheel==0.36.2 awscli==1.19.28 -tensorflow==2.5.0 +tensorflow==2.7.2 fastcluster==1.1.26 cython==0.29.23