There was an error while loading. Please reload this page.
1 parent 95ae4c8 commit e0ee94cCopy full SHA for e0ee94c
setup.py
@@ -98,7 +98,7 @@
98
preview_extra_require = []
99
100
ray_extra_require = [
101
- # Cluster only supports 2.9.3, 2.33.0, and 2.42.0. Keep 2.4.0 for our
+ # Cluster only supports 2.9.3, 2.33.0, 2.42.0 and 2.47.1. Keep 2.4.0 for our
102
# testing environment.
103
# Note that testing is submitting a job in a cluster with Ray 2.9.3 remotely.
104
(
@@ -111,7 +111,7 @@
111
" python_version<'3.11'"
112
),
113
# 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'",
+ "ray[default] >= 2.5, <= 2.47.1; python_version=='3.11'",
115
"google-cloud-bigquery-storage",
116
"google-cloud-bigquery",
117
"pandas >= 1.0.0",
0 commit comments