From 42a160dfae9649085a22ca4c8eebc2955f34c6f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:23:00 +0000 Subject: [PATCH] Update ray[default] requirement from <2.46,>=2.10.0 to >=2.10.0,<2.48 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.47.0) --- updated-dependencies: - dependency-name: ray[default] dependency-version: 2.47.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..3087307 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.48", ] extras_require = dict()