From ad72429315e095350f8290dbf99762e16c6ea556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:58:21 -0300 Subject: [PATCH] Bump Python dependencies to latest versions Bumps the python group with 5 updates: | Package | From | To | | --- | --- | --- | | [tf-nightly-cpu](https://github.com/tensorflow/tensorflow) | `2.16.0.dev20231221` | `2.16.0.dev20240108` | | [tensorflow-text-nightly](https://github.com/tensorflow/text) | `2.16.0.dev20231221` | `2.16.0.dev20240107` | | torch | `2.1.2` | `2.1.2+cu121` | | torchvision | `0.16.2` | `0.16.2+cu121` | | [tf-nightly[and-cuda]](https://github.com/tensorflow/tensorflow) | `2.16.0.dev20231221` | `2.16.0.dev20240108` | Updates `tf-nightly-cpu` from 2.16.0.dev20231221 to 2.16.0.dev20240108 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/commits) Updates `tensorflow-text-nightly` from 2.16.0.dev20231221 to 2.16.0.dev20240107 - [Release notes](https://github.com/tensorflow/text/releases) - [Commits](https://github.com/tensorflow/text/commits) Updates `torch` from 2.1.2 to 2.1.2+cu121 Updates `torchvision` from 0.16.2 to 0.16.2+cu121 Updates `tf-nightly[and-cuda]` from 2.16.0.dev20231221 to 2.16.0.dev20240108 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/commits) --- updated-dependencies: - dependency-name: tf-nightly-cpu dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: tensorflow-text-nightly dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: tf-nightly[and-cuda] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c09b30626..7ce43a0b0 100644 --- a/requirements-jax-cuda.txt +++ b/requirements-jax-cuda.txt @@ -1,6 +1,6 @@ # Tensorflow cpu-only version. -tf-nightly-cpu==2.16.0.dev20231221 # Pin a working nightly until rc0. -tensorflow-text-nightly==2.16.0.dev20231221 # Pin a working nightly until rc0. +tf-nightly-cpu==2.16.0.dev20240108 # Pin a working nightly until rc0. +tensorflow-text-nightly==2.16.0.dev20240107 # Pin a working nightly until rc0. # 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 21a8ed246..72c53f33d 100644 --- a/requirements-tensorflow-cuda.txt +++ b/requirements-tensorflow-cuda.txt @@ -1,6 +1,6 @@ # Tensorflow with cuda support. -tf-nightly[and-cuda]==2.16.0.dev20231221 # Pin a working nightly until rc0. -tensorflow-text-nightly==2.16.0.dev20231221 # Pin a working nightly until rc0. +tf-nightly[and-cuda]==2.16.0.dev20240108 # Pin a working nightly until rc0. +tensorflow-text-nightly==2.16.0.dev20240107 # Pin a working nightly until rc0. # 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 c71c51e47..ae38bcb17 100644 --- a/requirements-torch-cuda.txt +++ b/requirements-torch-cuda.txt @@ -1,11 +1,11 @@ # Tensorflow cpu-only version. -tf-nightly-cpu==2.16.0.dev20231221 # Pin a working nightly until rc0. -tensorflow-text-nightly==2.16.0.dev20231221 # Pin a working nightly until rc0. +tf-nightly-cpu==2.16.0.dev20240108 # Pin a working nightly until rc0. +tensorflow-text-nightly==2.16.0.dev20240107 # Pin a working nightly until rc0. # Torch with cuda support. --extra-index-url https://download.pytorch.org/whl/cu121 -torch==2.1.2 -torchvision==0.16.2 +torch==2.1.2+cu121 +torchvision==0.16.2+cu121 # Jax cpu-only version. jax[cpu] diff --git a/requirements.txt b/requirements.txt index fa1dc9194..d64af8fae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Tensorflow. -tf-nightly-cpu==2.16.0.dev20231221 # Pin a working nightly until rc0. -tensorflow-text-nightly==2.16.0.dev20231221 # Pin a working nightly until rc0. +tf-nightly-cpu==2.16.0.dev20240108 # Pin a working nightly until rc0. +tensorflow-text-nightly==2.16.0.dev20240107 # Pin a working nightly until rc0. # Torch. --extra-index-url https://download.pytorch.org/whl/cpu