From d369317132305053ce6e43e93e636c468b2bfeba Mon Sep 17 00:00:00 2001 From: Jeong-Yoon Lee Date: Fri, 13 Dec 2024 12:29:18 -0800 Subject: [PATCH] pin scikit-learn<1.6 until xgboost fix gets released (#809) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e28d047e..15a500e5 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "scipy>=1.4.1", "matplotlib", "pandas>=0.24.1", - "scikit-learn>=0.22.0", + "scikit-learn>=0.22.0, <1.6", "statsmodels>=0.9.0", "Cython<=0.29.34", "seaborn",