Skip to content

Commit

Permalink
Use updated name for levenshtein dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbudakguy committed Sep 24, 2024
1 parent 6aba58d commit 631e3a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"docopt",
"spacy>=3",
"python-levenshtein",
"Levenshtein",
"lingpy",
"rich",
"jsonlines",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spacy>=3
lingpy==2.6.13
docopt==0.6.2
python-levenshtein==0.25.1
Levenshtein==0.25.1
networkx>=2.5
jsonlines==4.0.0
rich==13.7.1

0 comments on commit 631e3a1

Please sign in to comment.