From e3c2c368f2b5d8a34592f2aeda5b17c17e82f43a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 11:01:16 +0000 Subject: [PATCH 1/3] Bump scipy from 1.12.0 to 1.16.2 Bumps [scipy](https://github.com/scipy/scipy) from 1.12.0 to 1.16.2. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.12.0...v1.16.2) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.16.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index c0b31485cb..5a355f3965 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -3,7 +3,7 @@ # base numpy==1.26.4 -scipy==1.12.0 +scipy==1.16.2 matplotlib==3.10.3 scikit-learn==1.7.2 six==1.17.0 From 9fbbdb53c918b24a8df081d2828012665015b4c1 Mon Sep 17 00:00:00 2001 From: Beat Buesser Date: Wed, 15 Oct 2025 13:14:55 +0200 Subject: [PATCH 2/3] Upgrade Python from 3.10 to 3.12 Signed-off-by: Beat Buesser --- .github/workflows/ci-huggingface.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-huggingface.yml b/.github/workflows/ci-huggingface.yml index 485177a881..c85dd1a783 100644 --- a/.github/workflows/ci-huggingface.yml +++ b/.github/workflows/ci-huggingface.yml @@ -30,7 +30,7 @@ jobs: include: - name: Huggingface 4.30 framework: huggingface - python: '3.10' + python: '3.12' torch: 2.2.1 torchvision: 0.17.1+cpu torchaudio: 2.2.1 From a8b7124ff065e29ed3f72bc8709a25af8bd89d6c Mon Sep 17 00:00:00 2001 From: Beat Buesser Date: Wed, 15 Oct 2025 13:27:31 +0200 Subject: [PATCH 3/3] Upgrade Python from 3.10 to 3.12 Signed-off-by: Beat Buesser --- .github/workflows/ci-keras.yml | 2 +- .github/workflows/ci-legacy.yml | 2 +- .github/workflows/ci-pytorch-object-detectors.yml | 2 +- .github/workflows/ci-pytorch.yml | 4 ++-- .github/workflows/ci-scikit-learn.yml | 4 ++-- .github/workflows/ci-style-checks.yml | 2 +- .github/workflows/ci-tensorflow-v2.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-keras.yml b/.github/workflows/ci-keras.yml index 01a118f4e5..7d05ba2336 100644 --- a/.github/workflows/ci-keras.yml +++ b/.github/workflows/ci-keras.yml @@ -30,7 +30,7 @@ jobs: include: - name: TensorFlow-Keras 2.20.0 (Keras 3.11.2 Python 3.10) framework: kerastf - python: '3.10' + python: '3.12' tensorflow: 2.20.0 keras: 3.11.2 diff --git a/.github/workflows/ci-legacy.yml b/.github/workflows/ci-legacy.yml index aa0889d387..9c41a618db 100644 --- a/.github/workflows/ci-legacy.yml +++ b/.github/workflows/ci-legacy.yml @@ -31,7 +31,7 @@ jobs: include: - name: legacy (TensorFlow 2.20.0 Keras 3.11.2 PyTorch 2.7.0 scikit-learn 1.6.1 Python 3.10) framework: legacy - python: '3.10' + python: '3.12' tensorflow: 2.20.0 keras: 3.11.2 torch: 2.8.0 diff --git a/.github/workflows/ci-pytorch-object-detectors.yml b/.github/workflows/ci-pytorch-object-detectors.yml index 6216f533ac..232ade011b 100644 --- a/.github/workflows/ci-pytorch-object-detectors.yml +++ b/.github/workflows/ci-pytorch-object-detectors.yml @@ -34,7 +34,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: '3.10' + python-version: '3.12' - name: Free up space run: | diff --git a/.github/workflows/ci-pytorch.yml b/.github/workflows/ci-pytorch.yml index 548d317623..165f12ccb3 100644 --- a/.github/workflows/ci-pytorch.yml +++ b/.github/workflows/ci-pytorch.yml @@ -30,13 +30,13 @@ jobs: include: - name: PyTorch 2.7.1 (Python 3.10) framework: pytorch - python: '3.10' + python: '3.12' torch: 2.7.1 torchvision: 0.22.1 torchaudio: 2.7.1 - name: PyTorch 2.8.0 (Python 3.10) framework: pytorch - python: '3.10' + python: '3.12' torch: 2.8.0 torchvision: 0.23.0 torchaudio: 2.8.0 diff --git a/.github/workflows/ci-scikit-learn.yml b/.github/workflows/ci-scikit-learn.yml index 99d43fd850..63c6b4ba8c 100644 --- a/.github/workflows/ci-scikit-learn.yml +++ b/.github/workflows/ci-scikit-learn.yml @@ -31,11 +31,11 @@ jobs: - name: scikit-learn 1.5.2 (Python 3.10) framework: scikitlearn scikit-learn: 1.5.2 - python: '3.10' + python: '3.12' - name: scikit-learn 1.6.1 (Python 3.10) framework: scikitlearn scikit-learn: 1.6.1 - python: '3.10' + python: '3.12' name: ${{ matrix.name }} steps: diff --git a/.github/workflows/ci-style-checks.yml b/.github/workflows/ci-style-checks.yml index d6a1d30132..267135d079 100644 --- a/.github/workflows/ci-style-checks.yml +++ b/.github/workflows/ci-style-checks.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: '3.10' + python-version: '3.12' - name: Pre-install run: | diff --git a/.github/workflows/ci-tensorflow-v2.yml b/.github/workflows/ci-tensorflow-v2.yml index 827d3092d8..ac4ed4b31d 100644 --- a/.github/workflows/ci-tensorflow-v2.yml +++ b/.github/workflows/ci-tensorflow-v2.yml @@ -30,7 +30,7 @@ jobs: include: - name: TensorFlow 2.20.0 (Keras 3.11.2 Python 3.10) framework: tensorflow - python: '3.10' + python: '3.12' tensorflow: 2.20.0 tf_version: v2 keras: 3.11.2