Skip to content

Commit bc49e61

Browse files
authored
Update setup.py
fixes deprecation of sklearn in favor of current package name scikit-learn
1 parent 4b9e3d8 commit bc49e61

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
@@ -85,7 +85,7 @@ def read(fname):
8585
"requests",
8686
"scipy",
8787
"simplejson",
88-
"sklearn",
88+
"scikit-learn",
8989
"textblob",
9090
"tornado",
9191
"twisted",

0 commit comments

Comments
 (0)