diff --git a/python/ArgosTranslation/Dockerfile b/python/ArgosTranslation/Dockerfile index 705962b8..cecdfa1c 100644 --- a/python/ArgosTranslation/Dockerfile +++ b/python/ArgosTranslation/Dockerfile @@ -30,7 +30,7 @@ ARG BUILD_REGISTRY ARG BUILD_TAG=latest FROM ${BUILD_REGISTRY}openmpf_python_executor_ssb:${BUILD_TAG} -RUN pip3 install --no-cache-dir 'argostranslate>=1.8.0' +RUN pip3 install --no-cache-dir 'argostranslate==1.8.1' RUN argospm update diff --git a/python/ArgosTranslation/setup.cfg b/python/ArgosTranslation/setup.cfg index d259ffd6..d3a12799 100644 --- a/python/ArgosTranslation/setup.cfg +++ b/python/ArgosTranslation/setup.cfg @@ -33,7 +33,7 @@ packages = argos_translation_component install_requires = mpf_component_api>=7.2 mpf_component_util>=7.2 - argostranslate>=1.8.0 + argostranslate==1.8.1 [options.entry_points] mpf.exported_component =