From be4cd46082cb51b4113f7cb5787d199e906858a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 07:22:03 +0000 Subject: [PATCH] [tune](deps): Update gym[atari] requirement in /python/requirements/ml Updates the requirements on [gym[atari]](https://github.com/openai/gym) to permit the latest version. - [Release notes](https://github.com/openai/gym/releases) - [Commits](https://github.com/openai/gym/compare/v0.21.0...0.26.2) --- updated-dependencies: - dependency-name: gym[atari] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements/ml/requirements_rllib.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/requirements_rllib.txt b/python/requirements/ml/requirements_rllib.txt index 2d23f7c1e70e..94edef77b1fd 100644 --- a/python/requirements/ml/requirements_rllib.txt +++ b/python/requirements/ml/requirements_rllib.txt @@ -4,7 +4,7 @@ # --------------------- # Atari autorom[accept-rom-license] -gym[atari]>=0.21.0,<0.22.0; python_version >= '3.7' +gym[atari]>=0.21.0,<0.27.0; python_version >= '3.7' gym[atari]==0.19.0; python_version < '3.7' # Kaggle envs. kaggle_environments==1.7.11