From 61fbb3e2e1b020f973cc1610c3164a6cd00f1e63 Mon Sep 17 00:00:00 2001 From: ddelange <14880945+ddelange@users.noreply.github.com> Date: Fri, 1 Sep 2023 10:07:51 +0200 Subject: [PATCH] Add upper cap on lightgbm https://github.com/microsoft/LightGBM/issues/5196#issuecomment-1702252267 --- requirements-ml.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ml.txt b/requirements-ml.txt index fde5372d8f..fc14ad510e 100644 --- a/requirements-ml.txt +++ b/requirements-ml.txt @@ -1,7 +1,7 @@ annoy scikit-learn xgboost -lightgbm +lightgbm<4 # https://github.com/microsoft/LightGBM/issues/5196#issuecomment-1702252267 catboost # tensorflow==2.1.0 # tensorflow-io==0.12.0