From 3a5b175df50cafa0e88f2db3c04d0a1ba3053ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 11:21:03 +0000 Subject: [PATCH] [tune](deps): Bump tensorflow in /python/requirements/ml Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0 to 2.6.0. - [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.0) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production update-type: version-update:semver-minor ... 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 1f97dc66cadb..b4c89ca2522f 100644 --- a/python/requirements/ml/requirements_dl.txt +++ b/python/requirements/ml/requirements_dl.txt @@ -1,7 +1,7 @@ # These requirements are used for the CI and CPU-only Docker images so we install CPU only versions of torch. # For GPU Docker images, you should install requirements_ml_docker.txt instead. -tensorflow==2.5.0 +tensorflow==2.6.0 tensorflow-probability==0.13.0 torch==1.9.0;sys_platform=="darwin"