Skip to content

Commit 9eaf314

Browse files
committed
Limit scikit-learn version to <0.23
1 parent befc990 commit 9eaf314

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
4+
scikit-learn>=0.22.0,<0.23 # TODO: release when fixed: https://github.com/scikit-learn/scikit-learn/issues/17208
55
bottleneck>=1.0.0
66
# Reading Excel files
77
xlrd>=0.9.2

0 commit comments

Comments
 (0)