mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 23:41:01 +00:00
Update Argos Translate to v1.9.4
This fixes an issue in SentencePiece where the packaging is broken for newer versions of Python. https://github.com/argosopentech/argos-translate/issues/405
This commit is contained in:
parent
f1195d9d13
commit
c8360d0359
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ classifiers = [
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"argostranslate ==1.9.1",
|
"argostranslate ==1.9.4",
|
||||||
"Flask ==2.2.5",
|
"Flask ==2.2.5",
|
||||||
"flask-swagger ==0.2.14",
|
"flask-swagger ==0.2.14",
|
||||||
"flask-swagger-ui ==4.11.1",
|
"flask-swagger-ui ==4.11.1",
|
||||||
|
|
Loading…
Reference in a new issue