Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/ArgosTranslation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion python/ArgosTranslation/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down