5 lines
185 B
Python
5 lines
185 B
Python
raise RuntimeError(
|
|
"The experimental Ray Workflows library was deprecated in Ray 2.44 and has been "
|
|
"removed. The last Ray release containing ray.workflows is `ray==2.47`."
|
|
)
|