From cd6b0039c620481c03cce5275befe35fc7db4052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Nov 2021 01:39:51 +0000 Subject: [PATCH] [tune](deps): Bump tensorflow in /python/requirements/ml Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.6.0 to 2.6.1. - [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.6.0...v2.6.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/requirements/ml/requirements_dl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/requirements_dl.txt b/python/requirements/ml/requirements_dl.txt index 3970fa10a975..50a021869c93 100644 --- a/python/requirements/ml/requirements_dl.txt +++ b/python/requirements/ml/requirements_dl.txt @@ -7,7 +7,7 @@ # TODO(amogkam): Remove after https://github.com/tensorflow/tensorflow/issues/52922 is fixed. keras==2.6.0 -tensorflow==2.6.0 +tensorflow==2.6.1 tensorflow-probability==0.14.0 torch==1.9.0;sys_platform=="darwin"