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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-01 07:09:48 -07:00 committed by GitHub
parent 23da26f31e
commit ce7fc6b2a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

@ -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

@ -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

@ -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]

@ -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.