From 3ef2782f11d682564f070d00246411f8537e6dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:05:35 +0000 Subject: [PATCH] Update ray[default] requirement from <2.46,>=2.10.0 to >=2.10.0,<2.51 Updates the requirements on [ray[default]](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.50.0) --- updated-dependencies: - dependency-name: ray[default] dependency-version: 2.50.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 94ac5ca..8a84460 100644 --- a/setup.py +++ b/setup.py @@ -119,7 +119,7 @@ def default_setup_args(*, version): "pyarrow>=11.0,<21", "PyYAML~=6.0", "Pillow>=10.2,<12", # unlikely to introduce breaking changes in minor releases - "ray[default]>=2.10.0,<2.46", + "ray[default]>=2.10.0,<2.51", ] extras_require = dict()