From 1979469d3613013f750fcd6a1b1c64ccc3029452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 02:20:43 +0000 Subject: [PATCH] Update gym[classic_control] requirement in /requirements Updates the requirements on [gym[classic_control]](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/0.17.0...0.26.0) --- updated-dependencies: - dependency-name: gym[classic_control] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/examples.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/examples.txt b/requirements/examples.txt index 993087f2e1c88..51b391c358e07 100644 --- a/requirements/examples.txt +++ b/requirements/examples.txt @@ -1,3 +1,3 @@ torchvision>=0.9.*, <=0.12.0 -gym[classic_control]>=0.17.0, <=0.23.1 +gym[classic_control]>=0.17.0, <0.26.1 ipython[all] <=8.1.1