Skip to content

Commit 6c9d7e2

Browse files
committed
Pin scikit-learn to !=0.23.0
1 parent 61b4e89 commit 6c9d7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-core.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=9.0
22
numpy>=1.16.0
33
scipy>=0.16.1
4-
scikit-learn>=0.22.0,<0.23 # temp fix: https://github.com/biolab/orange3/pull/4768
4+
scikit-learn>=0.22.0,!=0.23.0 # 0.23.0 have error with slow k-means, it will be fixed in 0.23.1
55
bottleneck>=1.0.0
66
# Reading Excel files
77
xlrd>=0.9.2

0 commit comments

Comments
 (0)