From b84072baff8ee9f44ebd6e19aff3a7194a66b0f4 Mon Sep 17 00:00:00 2001 From: Keith Battocchi Date: Wed, 21 Dec 2022 16:50:00 -0500 Subject: [PATCH] Enable sklearn 1.2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bfd38e956..eb1d53122 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ packages = find_namespace: install_requires = numpy scipy > 1.4.0 - scikit-learn > 0.22.0, < 1.2 + scikit-learn > 0.22.0, < 1.3 sparse joblib >= 0.13.0 statsmodels >= 0.10