From a08fa38b3a62d1f81820f0c58300292f4e9f31c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 15:12:23 +0000 Subject: [PATCH] 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] --- 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 3f23086655662..114c509ad72e3 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