diff --git a/amber/LICENSE-binary-python b/amber/LICENSE-binary-python index 91b8a3dd190..8f6d6fd744f 100644 --- a/amber/LICENSE-binary-python +++ b/amber/LICENSE-binary-python @@ -233,7 +233,7 @@ Python packages: - safetensors==0.7.0 - tenacity==8.5.0 - tokenizers==0.22.2 - - transformers==4.57.3 + - transformers==5.0.0rc3 - tzdata==2026.2 - websocket-client==1.9.0 - yarl==1.23.0 @@ -244,7 +244,9 @@ Dependencies under the MIT License Python packages: - aioitertools==0.13.0 + - annotated-doc==0.0.4 - annotated-types==0.7.0 + - anyio==4.13.0 - appdirs==1.4.4 - asn1crypto==1.5.1 - attrs==26.1.0 @@ -256,6 +258,7 @@ Python packages: - fonttools==4.62.1 - fs==2.4.16 - greenlet==3.5.0 + - h11==0.16.0 - h2==4.3.0 - hpack==4.1.0 - hyperframe==6.1.0 @@ -284,6 +287,8 @@ Python packages: - six==1.17.0 - sqlalchemy==2.0.37 - strictyaml==1.7.3 + - typer==0.25.1 + - typer-slim==0.24.0 - typing-inspection==0.4.2 - tzlocal==2.1 - urllib3==2.6.3 @@ -300,6 +305,8 @@ Python packages: - cycler==0.12.1 - fsspec==2025.9.0 - grpclib==0.4.9 + - httpcore==1.0.9 + - httpx==0.28.1 - idna==3.13 - jinja2==3.1.6 - joblib==1.5.3 @@ -336,6 +343,13 @@ Python packages: - update-checker==0.18.0 - wrapt==1.17.3 +-------------------------------------------------------------------------------- +Dependencies under the ISC License +-------------------------------------------------------------------------------- + +Python packages: + - shellingham==1.5.4 + -------------------------------------------------------------------------------- Dependencies under the Mozilla Public License, Version 2.0 -------------------------------------------------------------------------------- diff --git a/amber/operator-requirements.txt b/amber/operator-requirements.txt index 7220c674f4d..fa01c46a5e9 100644 --- a/amber/operator-requirements.txt +++ b/amber/operator-requirements.txt @@ -27,5 +27,5 @@ torch==2.8.0+cpu ; platform_system == "Linux" and platform_machine == "x86_64" torch==2.8.0 ; platform_system != "Linux" or platform_machine != "x86_64" scikit-learn==1.5.0 -transformers==4.57.3 +transformers==5.0.0rc3 scikit-image==0.25.2