diff --git a/amber/LICENSE-binary-python b/amber/LICENSE-binary-python index 976c2f702d7..6159b074996 100644 --- a/amber/LICENSE-binary-python +++ b/amber/LICENSE-binary-python @@ -233,7 +233,7 @@ Python packages: - safetensors==0.8.0 - tenacity==9.1.4 - tokenizers==0.22.2 - - transformers==5.5.0 + - transformers==5.10.1 - tzdata==2026.3 - websocket-client==1.9.0 - yarl==1.24.5 diff --git a/amber/operator-requirements.txt b/amber/operator-requirements.txt index d78fe77fe83..c0a8f37f176 100644 --- a/amber/operator-requirements.txt +++ b/amber/operator-requirements.txt @@ -26,7 +26,7 @@ torch==2.13.0+cpu ; platform_system == "Linux" and platform_machine == "x86_64" torch==2.13.0 ; platform_system != "Linux" or platform_machine != "x86_64" scikit-learn==1.7.2 -transformers==5.5.0 +transformers==5.10.1 # Not imported by any operator template: plotly's create_ternary_contour # (ternary contour operator, #4193) requires scikit-image at runtime. scikit-image==0.25.2