Skip to content

Commit

Permalink
Update editdistance version in setup.py (#92)
Browse files Browse the repository at this point in the history
* Update setup.py

Update install requirements: from `editdistance==0.6.0` to `0.6.2`

* Update requirements.txt

changed editdistance from 0.6.0 to 0.6.2
  • Loading branch information
man00ka authored Sep 28, 2023
1 parent 354dda5 commit 4151b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spacy>=3.0.0
editdistance==0.6.0
editdistance==0.6.2
pytest
--find-links https://download.pytorch.org/whl/torch_stable.html
torch>=1.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
python_requires=">=3.6",
install_requires=[
"torch>=1.4",
"editdistance==0.6.0",
"editdistance==0.6.2",
"transformers>=4.0.0",
"spacy>=3.0.0",
],
Expand Down

0 comments on commit 4151b0d

Please sign in to comment.