Skip to content

Commit 35d5445

Browse files
committed
Un-pin ray version.
Signed-off-by: Peter Jin <[email protected]>
1 parent 7580f50 commit 35d5445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ dependencies = [
147147
# Ray: Used for distributed processing
148148
# Updated Fri Oct 18, 2025 with ray[default]==2.46.0
149149
# License: Apache 2.0 https://github.com/ray-project/ray/blob/master/LICENSE
150-
"ray[default]==2.49.2",
150+
"ray[default]",
151151

152152
# psutil: Cross-platform process and system utilities
153153
# Updated: Fri Nov 07, 2025 with psutil==6.1.1

0 commit comments

Comments
 (0)