Skip to content

Commit a0fe52e

Browse files
Update ray[default] requirement from <2.11,>=2.10.0 to >=2.10.0,<2.40
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.39.0) --- updated-dependencies: - dependency-name: ray[default] dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a8f74e1 commit a0fe52e

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,<11.1",
120120
"PyYAML~=6.0",
121121
"Pillow>=10.2,<11", # unlikely to introduce breaking changes in minor releases
122-
"ray[default]>=2.10.0,<2.11",
122+
"ray[default]>=2.10.0,<2.40",
123123
]
124124

125125
extras_require = dict()

0 commit comments

Comments
 (0)