From deaf92c51eef3b587bcc3be78c4b0ca54e21856e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:33:30 +0000 Subject: [PATCH] Bump ray[client,data] from 2.7.1 to 2.9.1 Bumps [ray[client,data]](https://github.com/ray-project/ray) from 2.7.1 to 2.9.1. - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](https://github.com/ray-project/ray/compare/ray-2.7.1...ray-2.9.1) --- updated-dependencies: - dependency-name: ray[client,data] dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8be77c1a6e..705a282082 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.9.1; python_version < '3.8' ray[data, client]==2.7.1; python_version >= '3.8'