Skip to content

Commit e0ee94c

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
feat: Update Ray version support to include Ray v2.47"
PiperOrigin-RevId: 785976305
1 parent 95ae4c8 commit e0ee94c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
preview_extra_require = []
9999

100100
ray_extra_require = [
101-
# Cluster only supports 2.9.3, 2.33.0, and 2.42.0. Keep 2.4.0 for our
101+
# Cluster only supports 2.9.3, 2.33.0, 2.42.0 and 2.47.1. Keep 2.4.0 for our
102102
# testing environment.
103103
# Note that testing is submitting a job in a cluster with Ray 2.9.3 remotely.
104104
(
@@ -111,7 +111,7 @@
111111
" python_version<'3.11'"
112112
),
113113
# Ray Data v2.4 in Python 3.11 is broken, but got fixed in Ray v2.5.
114-
"ray[default] >= 2.5, <= 2.42.0; python_version=='3.11'",
114+
"ray[default] >= 2.5, <= 2.47.1; python_version=='3.11'",
115115
"google-cloud-bigquery-storage",
116116
"google-cloud-bigquery",
117117
"pandas >= 1.0.0",

0 commit comments

Comments
 (0)