From 10a79f390431b8103678d25ea47a1cc265784569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 17:37:01 +0000 Subject: [PATCH] [RLlib](deps): Bump gym[atari] in /python/requirements/rllib Bumps [gym[atari]](https://github.com/openai/gym) from 0.18.0 to 0.18.3. - [Release notes](https://github.com/openai/gym/releases) - [Commits](https://github.com/openai/gym/compare/0.18.0...0.18.3) 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 f74424b047f2..a22521308a29 100644 --- a/python/requirements/rllib/requirements_rllib.txt +++ b/python/requirements/rllib/requirements_rllib.txt @@ -15,7 +15,7 @@ torchvision==0.9.1+cpu;sys_platform!="darwin" # --------------------- # Atari atari_py==0.2.6 -gym[atari]==0.18.0 +gym[atari]==0.18.3 # Kaggle envs. kaggle_environments==1.7.11 # Unity3D testing