From ccaa1c1776d63b9250c72d8a1de3fb9837f13238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:33:44 +0000 Subject: [PATCH] Update ray[default] requirement from <2.11,>=2.10.0 to >=2.10.0,<2.39 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.38.0) --- updated-dependencies: - dependency-name: ray[default] 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 4641138..5d24e14 100644 --- a/setup.py +++ b/setup.py @@ -119,7 +119,7 @@ def default_setup_args(*, version): "pyarrow>=11.0,<11.1", "PyYAML~=6.0", "Pillow>=10.2,<11", # unlikely to introduce breaking changes in minor releases - "ray[default]>=2.10.0,<2.11", + "ray[default]>=2.10.0,<2.39", ] extras_require = dict()