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:
P.J. Finlay 2024-04-29 12:58:32 -05:00 committed by GitHub
parent f1195d9d13
commit 55d0794e57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"argostranslate ==1.9.1",
"argostranslate ==1.9.4",
"Flask ==2.2.5",
"flask-swagger ==0.2.14",
"flask-swagger-ui ==4.11.1",