From 7aedfc9646aa0b4b47a0ecae4034828ddee11052 Mon Sep 17 00:00:00 2001 From: Antoni Baum Date: Thu, 6 Oct 2022 19:49:47 +0000 Subject: [PATCH] Fix wrong xgboost_ray version Signed-off-by: Antoni Baum --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index feab3fb..a5c2450 100644 --- a/setup.py +++ b/setup.py @@ -10,4 +10,4 @@ long_description="A distributed backend for LightGBM built on top of " "distributed computing framework Ray.", url="https://github.com/ray-project/lightgbm_ray", - install_requires=["lightgbm>=3.2.1", "xgboost_ray>=0.1.12", "packaging"]) + install_requires=["lightgbm>=3.2.1", "xgboost_ray>=0.1.11", "packaging"])