From c076bb8f99a17ea3e57a1e3ef23a749a50d79724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Feb 2022 22:00:14 +0000 Subject: [PATCH] [tune](deps): Bump ray-lightning in /python/requirements/ml Bumps [ray-lightning](https://github.com/ray-project/ray_lightning_accelerators) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/ray-project/ray_lightning_accelerators/releases) - [Commits](https://github.com/ray-project/ray_lightning_accelerators/compare/0.1.1...0.2.0) --- updated-dependencies: - dependency-name: ray-lightning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/ml/requirements_upstream.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/requirements_upstream.txt b/python/requirements/ml/requirements_upstream.txt index 09cc189469b0..84bcee6a6937 100644 --- a/python/requirements/ml/requirements_upstream.txt +++ b/python/requirements/ml/requirements_upstream.txt @@ -2,7 +2,7 @@ # Because they depend on Ray, we can't pin the subdependencies. # So we separate its own requirements file. -ray_lightning==0.1.1 +ray_lightning==0.2.0 tune-sklearn==0.4.1 xgboost_ray==0.1.4 lightgbm_ray==0.0.2