From 96c4b93318e9eb60b9770cf63272881fbf8eb56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:17:30 +0000 Subject: [PATCH] Bump ray from 2.54.0 to 2.55.0 in /src Bumps [ray](https://github.com/ray-project/ray) from 2.54.0 to 2.55.0. - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](https://github.com/ray-project/ray/compare/ray-2.54.0...ray-2.55.0) --- updated-dependencies: - dependency-name: ray dependency-version: 2.55.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 789f8a7..28f41d5 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -2,7 +2,7 @@ numpy psutil torch pandas -ray==2.54.0 +ray==2.55.0 seaborn cython matplotlib