Skip to content

Commit

Permalink
canonicalize
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jul 25, 2017
1 parent e3fb954 commit 1b38234
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dedupe/convenience.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import itertools
import sys
from dedupe.core import randomPairs, randomPairsMatch
from canonicalize.centroid import getCanonicalRep
from dedupe.canonical import getCanonicalRep

def unique(seq) :
seen = set()
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
'numpy>=1.12',
'doublemetaphone',
'highered>=0.2.0',
'canonicalize',
'simplecosine>=1.2',
'haversine>=0.4.1',
'BTrees>=4.1.4',
Expand Down

0 comments on commit 1b38234

Please sign in to comment.