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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-01 06:03:33 -08:00 committed by GitHub
parent 86bd12ce70
commit d1df2aaa92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

@ -1,5 +1,5 @@
# Tensorflow cpu-only version (needed for testing). # 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). # Torch cpu-only version (needed for testing).
--extra-index-url https://download.pytorch.org/whl/cpu --extra-index-url https://download.pytorch.org/whl/cpu

@ -1,6 +1,6 @@
# Tensorflow with cuda support. # Tensorflow with cuda support.
--extra-index-url https://pypi.nvidia.com --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). # Torch cpu-only version (needed for testing).
--extra-index-url https://download.pytorch.org/whl/cpu --extra-index-url https://download.pytorch.org/whl/cpu

@ -1,10 +1,10 @@
# Tensorflow cpu-only version (needed for testing). # 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. # Torch with cuda support.
--extra-index-url https://download.pytorch.org/whl/cu118 --extra-index-url https://download.pytorch.org/whl/cu118
torch==2.1.1+cu118 torch==2.1.2+cu118
torchvision==0.16.1+cu118 torchvision==0.16.2+cu118
# Jax cpu-only version (needed for testing). # Jax cpu-only version (needed for testing).
jax[cpu] jax[cpu]

@ -1,5 +1,5 @@
# Tensorflow. # 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. # Torch.
--extra-index-url https://download.pytorch.org/whl/cpu --extra-index-url https://download.pytorch.org/whl/cpu