Skip to content

Commit

Permalink
Bump the python group across 1 directory with 3 updates (keras-team#1…
Browse files Browse the repository at this point in the history
…9957)

Updates the requirements on [tensorflow-cpu](https://github.com/tensorflow/tensorflow), [tensorflow[and-cuda]](https://github.com/tensorflow/tensorflow) and [tensorflow](https://github.com/tensorflow/tensorflow) to permit the latest version.

Updates `tensorflow-cpu` to 2.16.2
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/v2.16.2/RELEASE.md)
- [Commits](tensorflow/tensorflow@v2.16.1...v2.16.2)

Updates `tensorflow[and-cuda]` to 2.16.2
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/v2.16.2/RELEASE.md)
- [Commits](tensorflow/tensorflow@v2.16.1...v2.16.2)

Updates `tensorflow` to 2.16.2
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/v2.16.2/RELEASE.md)
- [Commits](tensorflow/tensorflow@v2.16.1...v2.16.2)

---
updated-dependencies:
- dependency-name: tensorflow-cpu
  dependency-type: direct:production
  dependency-group: python
- dependency-name: tensorflow[and-cuda]
  dependency-type: direct:production
  dependency-group: python
- dependency-name: tensorflow
  dependency-type: direct:production
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 7, 2024
1 parent 7ea0f1c commit 4b4fbe1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-jax-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tensorflow cpu-only version (needed for testing).
tensorflow-cpu~=2.16.1 # Pin to TF 2.16
tensorflow-cpu~=2.16.2 # Pin to TF 2.16

# Torch cpu-only version (needed for testing).
--extra-index-url https://download.pytorch.org/whl/cpu
Expand Down
2 changes: 1 addition & 1 deletion requirements-tensorflow-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tensorflow with cuda support.
tensorflow[and-cuda]~=2.16.1 # Pin to TF 2.16
tensorflow[and-cuda]~=2.16.2 # Pin to TF 2.16

# Torch cpu-only version (needed for testing).
--extra-index-url https://download.pytorch.org/whl/cpu
Expand Down
2 changes: 1 addition & 1 deletion requirements-torch-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tensorflow cpu-only version (needed for testing).
tensorflow-cpu~=2.16.1 # Pin to TF 2.16
tensorflow-cpu~=2.16.2 # Pin to TF 2.16

# Torch with cuda support.
--extra-index-url https://download.pytorch.org/whl/cu121
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tensorflow.
tensorflow-cpu~=2.16.1;sys_platform != 'darwin' # Pin to TF 2.16
tensorflow~=2.16.1;sys_platform == 'darwin'
tensorflow-cpu~=2.16.2;sys_platform != 'darwin' # Pin to TF 2.16
tensorflow~=2.16.2;sys_platform == 'darwin'

# Torch.
# TODO: Pin to < 2.3.0 (GitHub issue #19602)
Expand Down

0 comments on commit 4b4fbe1

Please sign in to comment.