From ce7fc6b2a1491454570ac5b86adf1bdef9593e11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 07:09:48 -0700 Subject: [PATCH] Bump the python group with 5 updates (#20077) Updates the requirements on [tensorflow-cpu](https://github.com/tensorflow/tensorflow), [tensorflow](https://github.com/tensorflow/tensorflow), torch, torchvision and [tensorflow[and-cuda]](https://github.com/tensorflow/tensorflow) to permit the latest version. Updates `tensorflow-cpu` to 2.17.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.16.2...v2.17.0) Updates `tensorflow` to 2.17.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.16.2...v2.17.0) Updates `torch` from 2.3.1+cu121 to 2.4.0+cu121 Updates `torchvision` from 0.18.1+cu121 to 0.19.0+cu121 Updates `tensorflow[and-cuda]` to 2.17.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.16.2...v2.17.0) --- updated-dependencies: - dependency-name: tensorflow-cpu dependency-type: direct:production dependency-group: python - dependency-name: tensorflow dependency-type: direct:production dependency-group: python - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: tensorflow[and-cuda] dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3cea532bd..b84eee1b6 100644 --- a/requirements-jax-cuda.txt +++ b/requirements-jax-cuda.txt @@ -1,5 +1,5 @@ # Tensorflow cpu-only version (needed for testing). -tensorflow-cpu~=2.16.2 # Pin to TF 2.16 +tensorflow-cpu~=2.17.0 # Pin to TF 2.16 # Torch cpu-only version (needed for testing). --extra-index-url https://download.pytorch.org/whl/cpu diff --git a/requirements-tensorflow-cuda.txt b/requirements-tensorflow-cuda.txt index 239d6432e..bbd3a948d 100644 --- a/requirements-tensorflow-cuda.txt +++ b/requirements-tensorflow-cuda.txt @@ -1,5 +1,5 @@ # Tensorflow with cuda support. -tensorflow[and-cuda]~=2.16.2 # Pin to TF 2.16 +tensorflow[and-cuda]~=2.17.0 # Pin to TF 2.16 # Torch cpu-only version (needed for testing). --extra-index-url https://download.pytorch.org/whl/cpu diff --git a/requirements-torch-cuda.txt b/requirements-torch-cuda.txt index 7fbe2636c..e46793a88 100644 --- a/requirements-torch-cuda.txt +++ b/requirements-torch-cuda.txt @@ -1,10 +1,10 @@ # Tensorflow cpu-only version (needed for testing). -tensorflow-cpu~=2.16.2 # Pin to TF 2.16 +tensorflow-cpu~=2.17.0 # Pin to TF 2.16 # Torch with cuda support. --extra-index-url https://download.pytorch.org/whl/cu121 -torch==2.3.1+cu121 -torchvision==0.18.1+cu121 +torch==2.4.0+cu121 +torchvision==0.19.0+cu121 # Jax cpu-only version (needed for testing). jax[cpu] diff --git a/requirements.txt b/requirements.txt index 30356a67b..14ba558ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Tensorflow. -tensorflow-cpu~=2.16.2;sys_platform != 'darwin' # Pin to TF 2.16 -tensorflow~=2.16.2;sys_platform == 'darwin' +tensorflow-cpu~=2.17.0;sys_platform != 'darwin' # Pin to TF 2.16 +tensorflow~=2.17.0;sys_platform == 'darwin' tf_keras # Torch.