From cc1ed38f021cda8d10288886f346f769b37789a6 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 27 Jul 2026 19:20:16 +0000 Subject: [PATCH 1/2] fix(deps, pyamber): update dependency torch to v2.13.0 [security] --- amber/operator-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amber/operator-requirements.txt b/amber/operator-requirements.txt index 9759f624c4d..dcc84bc1702 100644 --- a/amber/operator-requirements.txt +++ b/amber/operator-requirements.txt @@ -22,8 +22,8 @@ pillow==12.2.0 # Pin torch to the CPU wheel on Linux x86_64 to avoid the NVIDIA CUDA deps. --extra-index-url https://download.pytorch.org/whl/cpu -torch==2.12.1+cpu ; platform_system == "Linux" and platform_machine == "x86_64" -torch==2.12.1 ; platform_system != "Linux" or platform_machine != "x86_64" +torch==2.13.0 ; 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 From 8d4934e5e29952d81042dd3279083575d8cc9d7f Mon Sep 17 00:00:00 2001 From: Xinyuan Lin Date: Mon, 27 Jul 2026 15:59:30 -0700 Subject: [PATCH 2/2] fix(deps, pyamber): keep the +cpu Linux torch pin and sync LICENSE-binary-python Renovate's bump to torch 2.13.0 dropped the +cpu local-version pin on the Linux x86_64 line (the documented guard against pulling the NVIDIA CUDA deps) and left amber/LICENSE-binary-python claiming 2.12.1, which fails the pyamber binary-license drift check on the 3.12 leg. Co-Authored-By: Claude Fable 5 --- amber/LICENSE-binary-python | 2 +- amber/operator-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/amber/LICENSE-binary-python b/amber/LICENSE-binary-python index 0b59956f80f..47def31a53c 100644 --- a/amber/LICENSE-binary-python +++ b/amber/LICENSE-binary-python @@ -318,7 +318,7 @@ Python packages: - sympy==1.14.0 - threadpoolctl==3.6.0 - tifffile==2026.6.1 - - torch==2.12.1 + - torch==2.13.0 - zstandard==0.25.0 -------------------------------------------------------------------------------- diff --git a/amber/operator-requirements.txt b/amber/operator-requirements.txt index dcc84bc1702..2ff628fea16 100644 --- a/amber/operator-requirements.txt +++ b/amber/operator-requirements.txt @@ -22,7 +22,7 @@ pillow==12.2.0 # Pin torch to the CPU wheel on Linux x86_64 to avoid the NVIDIA CUDA deps. --extra-index-url https://download.pytorch.org/whl/cpu -torch==2.13.0 ; platform_system == "Linux" and platform_machine == "x86_64" +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