Skip to content

Commit ca27c84

Browse files
Bump the python group across 1 directory with 3 updates
Bumps the python group with 3 updates in the / directory: torch, [torch-xla](https://github.com/pytorch/xla) and [tensorflow-tpu](https://github.com/tensorflow/tensorflow). Updates `torch` from 2.6.0 to 2.9.1+cpu Updates `torch-xla` from 2.6.0 to 2.9.0 - [Release notes](https://github.com/pytorch/xla/releases) - [Commits](pytorch/xla@v2.6.0...v2.9.0) Updates `tensorflow-tpu` from 2.19.1 to 2.20.0 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.19.1...v2.20.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.9.1+cpu dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: torch-xla dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: tensorflow-tpu dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 28a7266 commit ca27c84

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

requirements-jax-cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tf2onnx
44

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

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

requirements-jax-tpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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
7+
torch==2.9.1+cpu
88

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

requirements-tensorflow-cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tf2onnx
44

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

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

requirements-tensorflow-tpu.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
--find-links https://storage.googleapis.com/libtpu-tf-releases/index.html
2-
tensorflow-tpu==2.19.1
2+
tensorflow-tpu==2.20.0
33

44
tf2onnx
55

66
# Torch cpu-only version (needed for testing).
77
--extra-index-url https://download.pytorch.org/whl/cpu
8-
torch==2.6.0
8+
torch==2.9.1+cpu
99

1010
# Jax cpu-only version (needed for testing).
1111
jax

requirements-torch-cuda.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ tf2onnx
55
# Torch with cuda support.
66
# - torch is pinned to a version that is compatible with torch-xla.
77
--extra-index-url https://download.pytorch.org/whl/cu121
8-
torch==2.9.0
9-
torch-xla==2.8.1;sys_platform != 'darwin'
8+
torch==2.9.1+cpu
9+
torch-xla==2.9.0;sys_platform != 'darwin'
1010

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

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ tf2onnx
77

88
# Torch.
99
--extra-index-url https://download.pytorch.org/whl/cpu
10-
torch==2.6.0
11-
torch-xla==2.6.0;sys_platform != 'darwin'
10+
torch==2.9.1+cpu
11+
torch-xla==2.9.0;sys_platform != 'darwin'
1212

1313
# Jax.
1414
# Pinned to 0.8.0 on CPU for CI compatibility with older backends.

0 commit comments

Comments
 (0)