Skip to content

Commit 3235d9f

Browse files
Update ray[default] requirement from <2.46,>=2.10.0 to >=2.10.0,<2.53
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](ray-project/ray@ray-2.10.0...ray-2.52.0) --- updated-dependencies: - dependency-name: ray[default] dependency-version: 2.52.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f515ec2 commit 3235d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def default_setup_args(*, version):
119119
"pyarrow>=11.0,<21",
120120
"PyYAML~=6.0",
121121
"Pillow>=10.2,<12", # unlikely to introduce breaking changes in minor releases
122-
"ray[default]>=2.10.0,<2.46",
122+
"ray[default]>=2.10.0,<2.53",
123123
]
124124

125125
extras_require = dict()

0 commit comments

Comments
 (0)