From d1df2aaa92988e8077e31b2db8be8771017bd58a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 06:03:33 -0800 Subject: [PATCH] Bump the python group with 4 updates (#19008) Bumps the python group with 4 updates: [tf-nightly[and-cuda]](https://github.com/tensorflow/tensorflow), torch, torchvision and [tf-nightly-cpu](https://github.com/tensorflow/tensorflow). Updates `tf-nightly[and-cuda]` from 2.16.0.dev20231130 to 2.16.0.dev20240101 - [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 `torch` from 2.1.1+cu118 to 2.1.2+cu118 Updates `torchvision` from 0.16.1+cu118 to 0.16.2+cu118 Updates `tf-nightly-cpu` from 2.16.0.dev20231130 to 2.16.0.dev20240101 - [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[and-cuda] 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-cpu 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 | 2 +- requirements-tensorflow-cuda.txt | 2 +- requirements-torch-cuda.txt | 6 +++--- requirements.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-jax-cuda.txt b/requirements-jax-cuda.txt index 68028d3cb..597b63906 100644 --- a/requirements-jax-cuda.txt +++ b/requirements-jax-cuda.txt @@ -1,5 +1,5 @@ # Tensorflow cpu-only version (needed for testing). -tf-nightly-cpu==2.16.0.dev20231130 # Pin a working nightly until rc0. +tf-nightly-cpu==2.16.0.dev20240101 # Pin a working nightly until rc0. # 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 3bb35b684..baa9d3d5f 100644 --- a/requirements-tensorflow-cuda.txt +++ b/requirements-tensorflow-cuda.txt @@ -1,6 +1,6 @@ # Tensorflow with cuda support. --extra-index-url https://pypi.nvidia.com -tf-nightly[and-cuda]==2.16.0.dev20231130 # Pin a working nightly until rc0. +tf-nightly[and-cuda]==2.16.0.dev20240101 # Pin a working nightly until rc0. # 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 8b28b334e..5e01bbf19 100644 --- a/requirements-torch-cuda.txt +++ b/requirements-torch-cuda.txt @@ -1,10 +1,10 @@ # Tensorflow cpu-only version (needed for testing). -tf-nightly-cpu==2.16.0.dev20231130 # Pin a working nightly until rc0. +tf-nightly-cpu==2.16.0.dev20240101 # Pin a working nightly until rc0. # Torch with cuda support. --extra-index-url https://download.pytorch.org/whl/cu118 -torch==2.1.1+cu118 -torchvision==0.16.1+cu118 +torch==2.1.2+cu118 +torchvision==0.16.2+cu118 # Jax cpu-only version (needed for testing). jax[cpu] diff --git a/requirements.txt b/requirements.txt index 42f560df7..aca523e99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Tensorflow. -tf-nightly-cpu==2.16.0.dev20231130 # Pin a working nightly until rc0. +tf-nightly-cpu==2.16.0.dev20240101 # Pin a working nightly until rc0. # Torch. --extra-index-url https://download.pytorch.org/whl/cpu