Skip to content

Commit ad0d2ea

Browse files
authored
Update setup.py
1 parent 39530ff commit ad0d2ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"thai2fit": ["emoji>=0.5.1", "gensim>=4.0.0", "numpy>=1.22"],
8181
"thai2rom": ["numpy>=1.22", "torch>=1.0.0"],
8282
"translate": [
83-
'fairseq>=0.10.0,<0.13;python_version<="3.11"',
83+
'fairseq>=0.10.0,<0.13;python_version<"3.11"',
8484
'fairseq-fixed==0.12.3.1,<0.13;python_version>="3.11"',
8585
"sacremoses>=0.0.41",
8686
"sentencepiece>=0.1.91",
@@ -118,7 +118,7 @@
118118
"bpemb>=0.3.2",
119119
"emoji>=0.5.1",
120120
"epitran>=1.1",
121-
'fairseq>=0.10.0,<0.13;python_version<="3.11"',
121+
'fairseq>=0.10.0,<0.13;python_version<"3.11"',
122122
'fairseq-fixed==0.12.3.1,<0.13;python_version>="3.11"',
123123
"fastai<2.0",
124124
"fastcoref>=2.1.5",

0 commit comments

Comments
 (0)