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",