From af8f3ca85ec648ec682f1ce39a8a49f2f6ea74e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 17:32:40 +0000 Subject: [PATCH] Bump ray[default,rllib] from 2.5.0 to 2.23.0 Bumps [ray[default,rllib]](https://github.com/ray-project/ray) from 2.5.0 to 2.23.0. - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](https://github.com/ray-project/ray/compare/ray-2.5.0...ray-2.23.0) --- updated-dependencies: - dependency-name: ray[default,rllib] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index a745641b..31b000bc 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -8,7 +8,7 @@ matplotlib ml_collections numpy pettingzoo>=1.22.3 -ray[rllib,default]==2.5.0 +ray[rllib,default]==2.23.0 stable_baselines3 supersuit>=3.7.2 torch