We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfca557 commit 5f44352Copy full SHA for 5f44352
requirements.txt
@@ -1,5 +1,5 @@
1
spacy>=3.0.0
2
-editdistance==0.6.2
+editdistance==0.8.1
3
pytest
4
--find-links https://download.pytorch.org/whl/torch_stable.html
5
torch>=1.4
setup.py
@@ -31,7 +31,7 @@
31
python_requires=">=3.6",
32
install_requires=[
33
"torch>=1.4",
34
- "editdistance==0.6.2",
+ "editdistance==0.8.1",
35
"transformers>=4.0.0",
36
"spacy>=3.0.0",
37
],
0 commit comments