Skip to content

Commit 04f9f35

Browse files
committed
setup.py: sklearn >= 1.1 for py38+
1 parent 5e8733d commit 04f9f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"progressbar33>=2.4",
4949
"scikit-learn>=0.23.0, <=0.24.2; python_version=='3.6'",
5050
"scikit-learn>=0.24.0, <=1.0.2; python_version=='3.7'",
51-
"scikit-learn>=0.24.0; python_version>='3.8'",
51+
"scikit-learn>=1.1; python_version>='3.8'",
5252
"scipy>=1.5.0, <=1.5.4; python_version=='3.6'",
5353
"scipy>=1.5.0, <=1.7.3; python_version=='3.7'",
5454
"scipy>=1.8.0; python_version>='3.8'",

0 commit comments

Comments
 (0)