We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39530ff commit ad0d2eaCopy full SHA for ad0d2ea
setup.py
@@ -80,7 +80,7 @@
80
"thai2fit": ["emoji>=0.5.1", "gensim>=4.0.0", "numpy>=1.22"],
81
"thai2rom": ["numpy>=1.22", "torch>=1.0.0"],
82
"translate": [
83
- 'fairseq>=0.10.0,<0.13;python_version<="3.11"',
+ 'fairseq>=0.10.0,<0.13;python_version<"3.11"',
84
'fairseq-fixed==0.12.3.1,<0.13;python_version>="3.11"',
85
"sacremoses>=0.0.41",
86
"sentencepiece>=0.1.91",
@@ -118,7 +118,7 @@
118
"bpemb>=0.3.2",
119
"emoji>=0.5.1",
120
"epitran>=1.1",
121
122
123
"fastai<2.0",
124
"fastcoref>=2.1.5",
0 commit comments