diff --git a/requirements-dev.txt b/requirements-dev.txt index 9cd9edcb63..29ddae1a3c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -33,7 +33,7 @@ opencv-python==4.8.1.78 pyarrow==12; platform_system != "Windows" pyarrow==6.0.1; platform_system === "Windows" # Ray -ray[data, client]==2.7.1; python_version < '3.8' +ray[data, client]==2.7.2; python_version < '3.8' ray[data, client]==2.7.1; python_version >= '3.8'