From 5812b526a5f456a8631f47b718c690c4afbd42c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:07:10 +0000 Subject: [PATCH] Update ray requirement from >=2.10 to >=2.53.0 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.10.0...ray-2.53.0) --- updated-dependencies: - dependency-name: ray dependency-version: 2.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_sglang.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_sglang.txt b/requirements_sglang.txt index ac43c65..1ae8ba6 100644 --- a/requirements_sglang.txt +++ b/requirements_sglang.txt @@ -12,7 +12,7 @@ peft pyarrow>=15.0.0 pybind11 pylatexenc -ray[default]>=2.10 +ray[default]>=2.53.0 tensordict<=0.6.2 torchdata torchvision