From 257ef9fe1f610178a3d245ef6744599db3e3bc90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 May 2022 07:12:46 +0000 Subject: [PATCH] [tune](deps): Bump tensorflow in /python/requirements/ml Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.6.2 to 2.9.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.6.2...v2.9.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 0d833c2b312d..bf6243ba6e61 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 afterwards. -tensorflow==2.6.2 +tensorflow==2.9.0 tensorflow-probability==0.14.1 # If you make changes below this line, please also change `requirements_ml_docker.txt`!