From 46a644934c1362870b69a5a01e980c2793cd87bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:04:00 +0000 Subject: [PATCH] Bump the python group with 5 updates Updates the requirements on [tensorflow-cpu](https://github.com/tensorflow/tensorflow), [tensorflow](https://github.com/tensorflow/tensorflow), torch, [torch-xla](https://github.com/pytorch/xla) and [tensorflow[and-cuda]](https://github.com/tensorflow/tensorflow) to permit the latest version. Updates `tensorflow-cpu` 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 `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` from 2.6.0 to 2.8.0+cpu 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[and-cuda]` 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) --- updated-dependencies: - dependency-name: tensorflow-cpu dependency-version: 2.20.0 dependency-type: direct:production dependency-group: python - dependency-name: tensorflow dependency-version: 2.20.0 dependency-type: direct:production dependency-group: python - dependency-name: torch dependency-version: 2.8.0+cpu dependency-type: direct:production update-type: version-update:semver-minor 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[and-cuda] dependency-version: 2.20.0 dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements-jax-cuda.txt | 4 ++-- requirements-tensorflow-cuda.txt | 4 ++-- requirements-torch-cuda.txt | 6 +++--- requirements.txt | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements-jax-cuda.txt b/requirements-jax-cuda.txt index f1ffb0f91933..c81c9600e83d 100644 --- a/requirements-jax-cuda.txt +++ b/requirements-jax-cuda.txt @@ -1,10 +1,10 @@ # Tensorflow cpu-only version (needed for testing). -tensorflow-cpu~=2.18.1 +tensorflow-cpu~=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.8.0+cpu # Jax with cuda support. --find-links https://storage.googleapis.com/jax-releases/jax_cuda_releases.html diff --git a/requirements-tensorflow-cuda.txt b/requirements-tensorflow-cuda.txt index f895f0224154..b345a2b2892f 100644 --- a/requirements-tensorflow-cuda.txt +++ b/requirements-tensorflow-cuda.txt @@ -1,10 +1,10 @@ # Tensorflow with cuda support. -tensorflow[and-cuda]~=2.18.1 +tensorflow[and-cuda]~=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.8.0+cpu # Jax cpu-only version (needed for testing). jax[cpu] diff --git a/requirements-torch-cuda.txt b/requirements-torch-cuda.txt index 9bad75fb290b..d971152e6e19 100644 --- a/requirements-torch-cuda.txt +++ b/requirements-torch-cuda.txt @@ -1,12 +1,12 @@ # Tensorflow cpu-only version (needed for testing). -tensorflow-cpu~=2.18.1 +tensorflow-cpu~=2.20.0 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.6.0 -torch-xla==2.6.0;sys_platform != 'darwin' +torch==2.8.0+cpu +torch-xla==2.8.1;sys_platform != 'darwin' # Jax cpu-only version (needed for testing). jax[cpu] diff --git a/requirements.txt b/requirements.txt index e5a44501e6b4..9ff1d46475a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ # Tensorflow. -tensorflow-cpu~=2.18.1;sys_platform != 'darwin' -tensorflow~=2.18.1;sys_platform == 'darwin' +tensorflow-cpu~=2.20.0;sys_platform != 'darwin' +tensorflow~=2.20.0;sys_platform == 'darwin' tf_keras tf2onnx # Torch. --extra-index-url https://download.pytorch.org/whl/cpu -torch==2.6.0;sys_platform != 'darwin' +torch==2.8.0+cpu;sys_platform != 'darwin' torch==2.6.0;sys_platform == 'darwin' -torch-xla==2.6.0;sys_platform != 'darwin' +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.