From 3bb2771a48cd01e74aba6dd91e940ec91451f00a Mon Sep 17 00:00:00 2001 From: Antonio Feregrino Date: Tue, 25 May 2021 11:00:33 +0100 Subject: [PATCH] Update sklearn minimum version --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7a7b7c48a..994f22ca5 100644 --- a/README.rst +++ b/README.rst @@ -59,7 +59,7 @@ The dependency requirements are based on the last scikit-learn release: * scipy(>=0.19.1) * numpy(>=1.13.3) -* scikit-learn(>=0.23) +* scikit-learn(>=0.24) * joblib(>=0.11) * keras 2 (optional) * tensorflow (optional)