From cc4fec6bc6fd348748cc2b44ee6981b7426820b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:55:50 +0000 Subject: [PATCH] Bump the python group with 5 updates Updates the requirements on [tensorflow-cpu](https://github.com/tensorflow/tensorflow), [tensorflow-text](https://github.com/tensorflow/text), torch, torchvision and [tensorflow[and-cuda]](https://github.com/tensorflow/tensorflow) to permit the latest version. Updates `tensorflow-cpu` to 2.18.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.17.0...v2.18.0) Updates `tensorflow-text` to 2.18.0 - [Release notes](https://github.com/tensorflow/text/releases) - [Commits](https://github.com/tensorflow/text/compare/v2.17.0...v2.18.0) Updates `torch` from 2.4.1+cu121 to 2.5.1+cu121 Updates `torchvision` from 0.19.1+cu121 to 0.20.1+cu121 Updates `tensorflow[and-cuda]` to 2.18.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.17.0...v2.18.0) --- updated-dependencies: - dependency-name: tensorflow-cpu dependency-type: direct:production dependency-group: python - dependency-name: tensorflow-text 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] --- requirements-jax-cuda.txt | 4 ++-- requirements-tensorflow-cuda.txt | 4 ++-- requirements-torch-cuda.txt | 8 ++++---- requirements.txt | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements-jax-cuda.txt b/requirements-jax-cuda.txt index 222e4400b1..5332866e23 100644 --- a/requirements-jax-cuda.txt +++ b/requirements-jax-cuda.txt @@ -1,6 +1,6 @@ # Tensorflow cpu-only version. -tensorflow-cpu~=2.17 -tensorflow-text~=2.17 +tensorflow-cpu~=2.18 +tensorflow-text~=2.18 # Torch cpu-only version. --extra-index-url https://download.pytorch.org/whl/cpu diff --git a/requirements-tensorflow-cuda.txt b/requirements-tensorflow-cuda.txt index 20e77fadf5..e9e9de4997 100644 --- a/requirements-tensorflow-cuda.txt +++ b/requirements-tensorflow-cuda.txt @@ -1,6 +1,6 @@ # Tensorflow with cuda support. -tensorflow[and-cuda]~=2.17 -tensorflow-text~=2.17 +tensorflow[and-cuda]~=2.18 +tensorflow-text~=2.18 # Torch cpu-only version. --extra-index-url https://download.pytorch.org/whl/cpu diff --git a/requirements-torch-cuda.txt b/requirements-torch-cuda.txt index 10a49760ad..2a601f0f20 100644 --- a/requirements-torch-cuda.txt +++ b/requirements-torch-cuda.txt @@ -1,11 +1,11 @@ # Tensorflow cpu-only version. -tensorflow-cpu~=2.17 -tensorflow-text~=2.17 +tensorflow-cpu~=2.18 +tensorflow-text~=2.18 # Torch with cuda support. --extra-index-url https://download.pytorch.org/whl/cu121 -torch==2.4.1+cu121 -torchvision==0.19.1+cu121 +torch==2.5.1+cu121 +torchvision==0.20.1+cu121 # Jax cpu-only version. jax[cpu] diff --git a/requirements.txt b/requirements.txt index 63ed7e90c8..cc416f6ad7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Tensorflow. -tensorflow-cpu~=2.17 -tensorflow-text~=2.17 +tensorflow-cpu~=2.18 +tensorflow-text~=2.18 # Torch. --extra-index-url https://download.pytorch.org/whl/cpu