From b6275a23b1a50f0e825c2b5f38431103e0f6dd80 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 5 Mar 2024 10:53:24 +0000 Subject: [PATCH] Upgrade scikit-learn to version 1.0.1 or later. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 754f53c..b9a62b1 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ license="License :: OSI Approved :: Apache Software License v2.0", setup_requires=["numpy", "Cython"], install_requires=[ - "scikit-learn", + "scikit-learn>=1.0.1", "pandas", "lightgbm", "xgboost",