Skip to content

Commit 72cc27f

Browse files
Bump the python group with 5 updates (#21114)
Updates the requirements on [tensorflow-cpu](https://github.com/tensorflow/tensorflow), [tensorflow](https://github.com/tensorflow/tensorflow), [torch](https://github.com/pytorch/pytorch), [torch-xla](https://github.com/pytorch/xla) and [tensorflow[and-cuda]](https://github.com/tensorflow/tensorflow) to permit the latest version. Updates `tensorflow-cpu` to 2.18.1 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/v2.18.1/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.18.0...v2.18.1) Updates `tensorflow` to 2.18.1 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/v2.18.1/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.18.0...v2.18.1) Updates `torch` from 2.5.1+cu121 to 2.6.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/commits/v2.6.0) Updates `torch-xla` from 2.5.1 to 2.6.0 - [Release notes](https://github.com/pytorch/xla/releases) - [Commits](pytorch/xla@v2.5.1...v2.6.0) Updates `tensorflow[and-cuda]` to 2.18.1 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/v2.18.1/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.18.0...v2.18.1) --- 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: torch-xla 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>
1 parent dd9132f commit 72cc27f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

requirements-jax-cuda.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Tensorflow cpu-only version (needed for testing).
2-
tensorflow-cpu~=2.18.0
2+
tensorflow-cpu~=2.18.1
33
tf2onnx
44

55
# Torch cpu-only version (needed for testing).
66
--extra-index-url https://download.pytorch.org/whl/cpu
7-
torch==2.6.0+cpu
7+
torch==2.6.0
88

99
# Jax with cuda support.
1010
--find-links https://storage.googleapis.com/jax-releases/jax_cuda_releases.html

requirements-tensorflow-cuda.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Tensorflow with cuda support.
2-
tensorflow[and-cuda]~=2.18.0
2+
tensorflow[and-cuda]~=2.18.1
33
tf2onnx
44

55
# Torch cpu-only version (needed for testing).
66
--extra-index-url https://download.pytorch.org/whl/cpu
7-
torch==2.6.0+cpu
7+
torch==2.6.0
88

99
# Jax cpu-only version (needed for testing).
1010
jax[cpu]

requirements-torch-cuda.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Tensorflow cpu-only version (needed for testing).
2-
tensorflow-cpu~=2.18.0
2+
tensorflow-cpu~=2.18.1
33
tf2onnx
44

55
# Torch with cuda support.
66
# - torch is pinned to a version that is compatible with torch-xla
77
# - torch-xla is pinned to a version that supports GPU (2.6 doesn't)
88
--extra-index-url https://download.pytorch.org/whl/cu121
9-
torch==2.5.1+cu121
10-
torch-xla==2.5.1;sys_platform != 'darwin'
9+
torch==2.6.0
10+
torch-xla==2.6.0;sys_platform != 'darwin'
1111

1212
# Jax cpu-only version (needed for testing).
1313
jax[cpu]

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Tensorflow.
2-
tensorflow-cpu~=2.18.0;sys_platform != 'darwin'
3-
tensorflow~=2.18.0;sys_platform == 'darwin'
2+
tensorflow-cpu~=2.18.1;sys_platform != 'darwin'
3+
tensorflow~=2.18.1;sys_platform == 'darwin'
44
tf_keras
55
tf2onnx
66

77
# Torch.
88
--extra-index-url https://download.pytorch.org/whl/cpu
9-
torch==2.6.0+cpu;sys_platform != 'darwin'
9+
torch==2.6.0;sys_platform != 'darwin'
1010
torch==2.6.0;sys_platform == 'darwin'
1111
torch-xla==2.6.0;sys_platform != 'darwin'
1212

0 commit comments

Comments
 (0)