Skip to content

Commit e9b5ffb

Browse files
committed
Update requirements
1 parent 53b9aff commit e9b5ffb

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

docker_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sentencepiece==0.1.91
1212
ssg==0.0.8
1313
torch==1.8.1
1414
fastai==1.0.61
15-
transformers==4.19.0
15+
transformers==4.22.1
1616
phunspell==0.1.6
1717
spylls==0.1.5
1818
symspellpy==6.7.6

setup.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,21 @@
8181
"onnxruntime>=1.10.0"
8282
],
8383
"thai_nner": ["thai_nner"],
84-
"esupar": ["esupar>=1.3.8", "numpy"],
84+
"esupar": [
85+
"esupar>=1.3.8",
86+
"numpy",
87+
"transformers>=4.22.1",
88+
],
8589
"spacy_thai": ["spacy_thai>=0.7.1"],
8690
"transformers_ud": [
87-
"ufal.chu-liu-edmonds>=1.0.2"
91+
"ufal.chu-liu-edmonds>=1.0.2",
92+
"transformers>=4.22.1",
8893
],
8994
"dependency_parsing": [
9095
"esupar>=1.3.8",
9196
"spacy_thai>=0.7.1",
92-
"ufal.chu-liu-edmonds>=1.0.2"
97+
"ufal.chu-liu-edmonds>=1.0.2",
98+
"transformers>=4.22.1",
9399
],
94100
"full": [
95101
"PyYAML>=5.3.1",
@@ -108,7 +114,7 @@
108114
"torch>=1.0.0",
109115
"fastai<2.0",
110116
"bpemb>=0.3.2",
111-
"transformers>=4.6.0",
117+
"transformers>=4.22.1",
112118
"sefr_cut>=1.1",
113119
"phunspell>=0.1.6",
114120
"spylls>=0.1.5",

0 commit comments

Comments
 (0)