Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
fixes deprecation of sklearn in favor of current package name scikit-learn
  • Loading branch information
nmannheimer committed Dec 28, 2022
1 parent 4b9e3d8 commit bc49e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -85,7 +85,7 @@ def read(fname):
"requests",
"scipy",
"simplejson",
"sklearn",
"scikit-learn",
"textblob",
"tornado",
"twisted",
Expand Down

0 comments on commit bc49e61

Please sign in to comment.