From f232696606ccebb1695c112929fdd4314bd08317 Mon Sep 17 00:00:00 2001 From: nextino-github <87066142+nextino-github@users.noreply.github.com> Date: Thu, 14 Apr 2022 16:17:32 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e21314..1dba30c 100755 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def extract_version(): "regex>=1", "numpy", "scipy", - "scikit-learn==0.24.2", # pickled versions of classifier, else rebuild + "scikit-learn>=0.24.2", # pickled versions of classifier, else rebuild "chardet>=1.0.1", "cchardet>=0.3.5", "cssselect",