Skip to content

Commit

Permalink
updated joblib dep and import path
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoad committed Dec 29, 2020
1 parent 784f265 commit 68f7593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def finalize_options(self):
'cchardet>=0.3.5',
'cssselect',
'six>=1.10.0',
'html5lib'
'html5lib',
'joblib',
],
tests_require=[
"mock",
Expand Down
2 changes: 1 addition & 1 deletion talon/signature/learning/classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from __future__ import absolute_import

from numpy import genfromtxt
from sklearn.externals import joblib
import joblib
from sklearn.svm import LinearSVC


Expand Down

0 comments on commit 68f7593

Please sign in to comment.