From ece35b5f27f8584ff35f49e0fdcf4210d94a9b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 08:43:16 +0000 Subject: [PATCH] Update ray requirement from >=2.41.0 to >=2.55.1 Updates the requirements on [ray](https://github.com/ray-project/ray) to permit the latest version. - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](https://github.com/ray-project/ray/compare/ray-2.41.0...ray-2.55.1) --- updated-dependencies: - dependency-name: ray dependency-version: 2.55.1 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 c39ff989a..df48fdfab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ pyarrow>=19.0.0 pybind11 pylatexenc pre-commit -ray[default]>=2.41.0 +ray[default]>=2.55.1 tensordict>=0.8.0,<=0.10.0,!=0.9.0 torchdata transformers