From 620b735798a2ce2576cf85daba3f8614e9f70e18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:23:56 +0000 Subject: [PATCH] Bump tensorflow from 2.5.0 to 2.6.4 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0 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/v2.5.0...v2.6.4) --- 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..a080bd2 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.6.4 fastcluster==1.1.26 cython==0.29.23 numpy==1.20.2 diff --git a/requirements_windows.txt b/requirements_windows.txt index bd74de6..24000ef 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.6.4 fastcluster==1.1.26 cython==0.29.23