From 71f4c5fcb6c4b1102655f30abf6fb1cdabbff437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 11:51:38 +0200 Subject: [PATCH] Update gym[classic_control] requirement from <=0.23.1,>=0.17.0 to >=0.17.0,<0.24.2 in /requirements (#13307) Update gym[classic_control] requirement in /requirements Updates the requirements on [gym[classic_control]](https://github.com/Farama-Foundation/gym-docs) to permit the latest version. - [Release notes](https://github.com/Farama-Foundation/gym-docs/releases) - [Commits](https://github.com/Farama-Foundation/gym-docs/commits) --- updated-dependencies: - dependency-name: gym[classic_control] dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/pytorch/examples.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index 3f23086655..114c509ad7 100644 --- a/requirements/pytorch/examples.txt +++ b/requirements/pytorch/examples.txt @@ -1,3 +1,3 @@ torchvision>=0.10.*, <=0.12.0 -gym[classic_control]>=0.17.0, <=0.23.1 +gym[classic_control]>=0.17.0, <0.24.2 ipython[all] <=8.1.1