diff --git a/pyproject.toml b/pyproject.toml index acfbbc4..bcfbf3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "docopt", "spacy>=3", - "python-levenshtein", + "Levenshtein", "lingpy", "rich", "jsonlines", diff --git a/requirements.txt b/requirements.txt index 1706fa2..21c4cf4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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