From 58547a884ee9c5d43b013936064a2650efd9d816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 02:03:35 +0000 Subject: [PATCH] Bump the python group with 5 updates Updates the requirements on [tensorflow[and-cuda]](https://github.com/tensorflow/tensorflow), torch, torchvision, [tensorflow-cpu](https://github.com/tensorflow/tensorflow) and [tensorflow](https://github.com/tensorflow/tensorflow) to permit the latest version. 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.19.0...v2.20.0) Updates `torch` from 2.7.1+cu126 to 2.8.0+cu126 Updates `torchvision` from 0.22.1+cu126 to 0.23.0+cu126 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.19.0...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.19.0...v2.20.0) --- updated-dependencies: - dependency-name: tensorflow[and-cuda] dependency-version: 2.20.0 dependency-type: direct:production dependency-group: python - dependency-name: torch dependency-version: 2.8.0+cu126 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: torchvision dependency-version: 0.23.0+cu126 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - 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 ... Signed-off-by: dependabot[bot] --- requirements-jax-cuda.txt | 2 +- requirements-tensorflow-cuda.txt | 2 +- requirements-torch-cuda.txt | 6 +++--- requirements.txt | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements-jax-cuda.txt b/requirements-jax-cuda.txt index 2d9627eefb..9a4341f837 100644 --- a/requirements-jax-cuda.txt +++ b/requirements-jax-cuda.txt @@ -1,5 +1,5 @@ # Tensorflow cpu-only version. -tensorflow-cpu~=2.19 +tensorflow-cpu~=2.20 tensorflow-text~=2.19 # Torch cpu-only version. diff --git a/requirements-tensorflow-cuda.txt b/requirements-tensorflow-cuda.txt index 94ab86d63f..f422bde67b 100644 --- a/requirements-tensorflow-cuda.txt +++ b/requirements-tensorflow-cuda.txt @@ -1,5 +1,5 @@ # Tensorflow with cuda support. -tensorflow[and-cuda]~=2.19 +tensorflow[and-cuda]~=2.20 tensorflow-text~=2.19 # Torch cpu-only version. diff --git a/requirements-torch-cuda.txt b/requirements-torch-cuda.txt index f30fdcb5a2..929b986032 100644 --- a/requirements-torch-cuda.txt +++ b/requirements-torch-cuda.txt @@ -1,11 +1,11 @@ # Tensorflow cpu-only version. -tensorflow-cpu~=2.19 +tensorflow-cpu~=2.20 tensorflow-text~=2.19 # Torch with cuda support. --extra-index-url https://download.pytorch.org/whl/cu126 -torch==2.7.1+cu126 -torchvision==0.22.1+cu126 +torch==2.8.0+cu126 +torchvision==0.23.0+cu126 # Jax cpu-only version. jax[cpu] diff --git a/requirements.txt b/requirements.txt index e499522558..2300272513 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Tensorflow. -tensorflow-cpu~=2.19.0;sys_platform != 'darwin' -tensorflow~=2.19.0;sys_platform == 'darwin' +tensorflow-cpu~=2.20.0;sys_platform != 'darwin' +tensorflow~=2.20.0;sys_platform == 'darwin' tensorflow-text~=2.19;platform_system != 'Windows' # Torch.