From 25b57b560dcbf2916c2e6e318d85c0f25952fee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Nov 2021 07:09:09 +0000 Subject: [PATCH] [RLlib](deps): Bump tensorflow in /python/requirements/rllib Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.4.3 to 2.7.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.4.3...v2.7.0) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/rllib/requirements_rllib.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/rllib/requirements_rllib.txt b/python/requirements/rllib/requirements_rllib.txt index 49aacffe55e3..70c977c32aa3 100644 --- a/python/requirements/rllib/requirements_rllib.txt +++ b/python/requirements/rllib/requirements_rllib.txt @@ -1,6 +1,6 @@ # Deep learning. # -------------- -tensorflow==2.4.3 +tensorflow==2.7.0 tensorflow-probability==0.12.2 torch==1.8.1;sys_platform=="darwin" torchvision==0.9.1;sys_platform=="darwin"