From 5ad1fe8f57d0a54306f4128c25515d371f201615 Mon Sep 17 00:00:00 2001 From: Jeong-Yoon Lee Date: Thu, 26 Dec 2024 16:59:03 -0800 Subject: [PATCH] fix the sklearn version to be >= 1.5.2, 1.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15a500e5..ccbf5942 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, <1.6", + "scikit-learn>=1.5.2, <1.6", "statsmodels>=0.9.0", "Cython<=0.29.34", "seaborn",