From 50c63154010c5b0d2f13d528640dac3ffc61c02f Mon Sep 17 00:00:00 2001 From: martinholmer Date: Tue, 7 Jul 2026 16:08:37 -0400 Subject: [PATCH] Pin scikit-learn package to 1.8.0 version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 01c7a553..5986288e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "numpy", "pandas>=3.0.2", "clarabel", - "scikit-learn", + "scikit-learn==1.8.0", "scipy", "xlrd", "openpyxl",