From fbcd05f8413d8e125b7ddfae54a40ed25dfb835f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 19:35:53 +0000 Subject: [PATCH] Bump the python group across 1 directory with 4 updates Updates the requirements on torch, [tensorflow](https://github.com/tensorflow/tensorflow), [torch-xla](https://github.com/pytorch/xla) and [tensorflow-tpu](https://github.com/tensorflow/tensorflow) to permit the latest version. Updates `torch` from 2.6.0 to 2.9.1+cpu Updates `tensorflow` to 2.20.0 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.18.1...v2.20.0) Updates `torch-xla` from 2.6.0 to 2.8.1 - [Release notes](https://github.com/pytorch/xla/releases) - [Commits](https://github.com/pytorch/xla/compare/v2.6.0...v2.8.1) Updates `tensorflow-tpu` from 2.19.1 to 2.20.0 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.19.1...v2.20.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.9.1+cpu dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: tensorflow dependency-version: 2.20.0 dependency-type: direct:production dependency-group: python - dependency-name: torch-xla dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: tensorflow-tpu dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements-jax-cuda.txt | 2 +- requirements-jax-tpu.txt | 2 +- requirements-tensorflow-cuda.txt | 2 +- requirements-tensorflow-tpu.txt | 4 ++-- requirements-torch-cuda.txt | 2 +- requirements.txt | 6 +++--- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements-jax-cuda.txt b/requirements-jax-cuda.txt index b67a0f88b20e..012313b75e03 100644 --- a/requirements-jax-cuda.txt +++ b/requirements-jax-cuda.txt @@ -4,7 +4,7 @@ tf2onnx # Torch cpu-only version (needed for testing). --extra-index-url https://download.pytorch.org/whl/cpu -torch==2.9.0+cpu +torch==2.9.1+cpu # Jax with cuda support. --find-links https://storage.googleapis.com/jax-releases/jax_cuda_releases.html diff --git a/requirements-jax-tpu.txt b/requirements-jax-tpu.txt index 4febbe8e8aab..13e192271740 100644 --- a/requirements-jax-tpu.txt +++ b/requirements-jax-tpu.txt @@ -4,7 +4,7 @@ tf2onnx # Torch cpu-only version (needed for testing). --extra-index-url https://download.pytorch.org/whl/cpu -torch==2.6.0 +torch==2.9.1+cpu # Jax with cuda support. --find-links https://storage.googleapis.com/jax-releases/libtpu_releases.html diff --git a/requirements-tensorflow-cuda.txt b/requirements-tensorflow-cuda.txt index 202c7136f89d..8a135c7a52d9 100644 --- a/requirements-tensorflow-cuda.txt +++ b/requirements-tensorflow-cuda.txt @@ -4,7 +4,7 @@ tf2onnx # Torch cpu-only version (needed for testing). --extra-index-url https://download.pytorch.org/whl/cpu -torch==2.9.0+cpu +torch==2.9.1+cpu # Jax cpu-only version (needed for testing). jax[cpu] diff --git a/requirements-tensorflow-tpu.txt b/requirements-tensorflow-tpu.txt index aaac402056bd..42d193d2d5b5 100644 --- a/requirements-tensorflow-tpu.txt +++ b/requirements-tensorflow-tpu.txt @@ -1,11 +1,11 @@ --find-links https://storage.googleapis.com/libtpu-tf-releases/index.html -tensorflow-tpu==2.19.1 +tensorflow-tpu==2.20.0 tf2onnx # Torch cpu-only version (needed for testing). --extra-index-url https://download.pytorch.org/whl/cpu -torch==2.6.0 +torch==2.9.1+cpu # Jax cpu-only version (needed for testing). jax diff --git a/requirements-torch-cuda.txt b/requirements-torch-cuda.txt index 455f5f00f05f..3ee22b3efb68 100644 --- a/requirements-torch-cuda.txt +++ b/requirements-torch-cuda.txt @@ -5,7 +5,7 @@ tf2onnx # Torch with cuda support. # - torch is pinned to a version that is compatible with torch-xla. --extra-index-url https://download.pytorch.org/whl/cu121 -torch==2.9.0 +torch==2.9.1+cpu torch-xla==2.8.1;sys_platform != 'darwin' # Jax cpu-only version (needed for testing). diff --git a/requirements.txt b/requirements.txt index 926a3ec883d2..2fb16f22285b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,13 +2,13 @@ # Note: when the version of Tensorflow is changed, the version tf_keras must be # changed in .github/workflows/actions.yml (pip install --no-deps tf_keras). tensorflow-cpu~=2.18.1;sys_platform != 'darwin' -tensorflow~=2.18.1;sys_platform == 'darwin' +tensorflow~=2.20.0;sys_platform == 'darwin' tf2onnx # Torch. --extra-index-url https://download.pytorch.org/whl/cpu -torch==2.6.0 -torch-xla==2.6.0;sys_platform != 'darwin' +torch==2.9.1+cpu +torch-xla==2.8.1;sys_platform != 'darwin' # Jax. # Pinned to 0.5.0 on CPU. JAX 0.5.1 requires Tensorflow 2.19 for saved_model_test.