Skip to content

Commit 9485201

Browse files
authored
Fix: use scikit-learn instead of sklearn
1 parent 9d6e0e6 commit 9485201

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
@@ -51,7 +51,7 @@
5151
'simplejson',
5252
'pyyaml', # YAML reader
5353
'joblib', # Parallelism for dummies
54-
'sklearn',
54+
'scikit-learn',
5555
'scikit-optimize',
5656
],
5757

0 commit comments

Comments
 (0)