From 02e9e49229cb3fcfb4de5af2bb657e8db103c52d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:11:34 +0000 Subject: [PATCH] Bump ray[default,rllib] from 2.5.0 to 2.39.0 Bumps [ray[default,rllib]](https://github.com/ray-project/ray) from 2.5.0 to 2.39.0. - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](https://github.com/ray-project/ray/compare/ray-2.5.0...ray-2.39.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..ca136715 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.39.0 stable_baselines3 supersuit>=3.7.2 torch