From b9d24f0023fe37ca633c16ced3c5b758288cd7ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:33:56 +0000 Subject: [PATCH 1/2] Bump ray[default] from 2.7.1 to 2.9.0 Bumps [ray[default]](https://github.com/ray-project/ray) from 2.7.1 to 2.9.0. - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](https://github.com/ray-project/ray/compare/ray-2.7.1...ray-2.9.0) --- updated-dependencies: - dependency-name: ray[default] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3deb47d..10aebf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers=[ ] dependencies = [ "caikit>=0.15.0,<0.25.0", - "ray[default]==2.7.1" + "ray[default]==2.9.0" ] [project.scripts] From 2c7fba5c4557258028cfc9dbc031f6197e6c199d Mon Sep 17 00:00:00 2001 From: Gabe Goodhart Date: Fri, 22 Dec 2023 09:02:55 -0700 Subject: [PATCH 2/2] Update pyproject.toml Use a version range for ray --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 10aebf1..7bfce75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers=[ ] dependencies = [ "caikit>=0.15.0,<0.25.0", - "ray[default]==2.9.0" + "ray[default]>=2.7.1,<3" ] [project.scripts]