Skip to content

Commit

Permalink
update editdistance to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rsujeevan committed May 22, 2024
1 parent 08602b7 commit 289d97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformers/nlp/text_similarity_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def transform(self, X: dt.Frame):
class EditDistanceTransformer(CustomTransformer):
_unsupervised = True

_modules_needed_by_name = ['editdistance==0.5.3']
_modules_needed_by_name = ['editdistance==0.8.1']

@staticmethod
def get_default_properties():
Expand Down

0 comments on commit 289d97f

Please sign in to comment.