From 1a9617ccd3f038f6ee8fbbf40d4057053f43aebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:37:58 +0000 Subject: [PATCH] [air](deps): Bump tensorflow in /python/requirements/ml Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.20.0 to 2.21.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.20.0...v2.21.0) --- updated-dependencies: - dependency-name: tensorflow dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/ml/py313/dl-cpu-requirements.txt | 2 +- python/requirements/ml/py313/dl-gpu-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements/ml/py313/dl-cpu-requirements.txt b/python/requirements/ml/py313/dl-cpu-requirements.txt index f9ad5166f2f1..e06393185869 100644 --- a/python/requirements/ml/py313/dl-cpu-requirements.txt +++ b/python/requirements/ml/py313/dl-cpu-requirements.txt @@ -1,7 +1,7 @@ # These requirements are used for the CI and CPU-only Docker images so we install CPU only versions of torch. # For GPU Docker images, you should install dl-gpu-requirements.txt afterwards. -tensorflow==2.20.0; sys_platform != 'darwin' or platform_machine != 'arm64' +tensorflow==2.21.0; sys_platform != 'darwin' or platform_machine != 'arm64' tensorflow-macos==2.20.0; sys_platform == 'darwin' and platform_machine == 'arm64' tensorflow-probability==0.24.0 tensorflow-io-gcs-filesystem==0.31.0; python_version < '3.12' diff --git a/python/requirements/ml/py313/dl-gpu-requirements.txt b/python/requirements/ml/py313/dl-gpu-requirements.txt index e803faa2382e..935308e2a083 100644 --- a/python/requirements/ml/py313/dl-gpu-requirements.txt +++ b/python/requirements/ml/py313/dl-gpu-requirements.txt @@ -1,6 +1,6 @@ # If you make changes below this line, please also make the corresponding changes to `dl-cpu-requirements.txt`! -tensorflow==2.20.0; sys_platform != 'darwin' or platform_machine != 'arm64' +tensorflow==2.21.0; sys_platform != 'darwin' or platform_machine != 'arm64' tensorflow-macos==2.20.0; sys_platform == 'darwin' and platform_machine == 'arm64' tensorflow-probability==0.24.0 tf-keras==2.20.0