From 1192dd64d28259acb58a81392b2859f08c4a7ba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 04:02:42 +0000 Subject: [PATCH] Update gym requirement from >=0.8.0 to >=0.26.2 Updates the requirements on [gym](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.9.5...0.26.2) --- updated-dependencies: - dependency-name: gym dependency-version: 0.26.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e39633c..2f3b535 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy -gym>=0.8.0 +gym>=0.26.2 tensorflow>=2.2.0 tensorflow-probability>=0.10.0 tensorflow-addons