Skip to content

Commit 430b1d8

Browse files
Bump the python group with 5 updates
Updates the requirements on [tensorflow[and-cuda]](https://github.com/tensorflow/tensorflow), torch, torchvision, [tensorflow-cpu](https://github.com/tensorflow/tensorflow) and [tensorflow](https://github.com/tensorflow/tensorflow) to permit the latest version. Updates `tensorflow[and-cuda]` 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.0...v2.20.0) Updates `torch` from 2.7.1+cu126 to 2.8.0+cu126 Updates `torchvision` from 0.22.1+cu126 to 0.23.0+cu126 Updates `tensorflow-cpu` 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.0...v2.20.0) Updates `tensorflow` 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.0...v2.20.0) --- updated-dependencies: - dependency-name: tensorflow[and-cuda] dependency-version: 2.20.0 dependency-type: direct:production dependency-group: python - dependency-name: torch dependency-version: 2.8.0+cu126 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: torchvision dependency-version: 0.23.0+cu126 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: tensorflow-cpu dependency-version: 2.20.0 dependency-type: direct:production dependency-group: python - dependency-name: tensorflow dependency-version: 2.20.0 dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 64205cb commit 430b1d8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

requirements-jax-cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Tensorflow cpu-only version.
2-
tensorflow-cpu~=2.19
2+
tensorflow-cpu~=2.20
33
tensorflow-text~=2.19
44

55
# Torch cpu-only version.

requirements-tensorflow-cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Tensorflow with cuda support.
2-
tensorflow[and-cuda]~=2.19
2+
tensorflow[and-cuda]~=2.20
33
tensorflow-text~=2.19
44

55
# Torch cpu-only version.

requirements-torch-cuda.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Tensorflow cpu-only version.
2-
tensorflow-cpu~=2.19
2+
tensorflow-cpu~=2.20
33
tensorflow-text~=2.19
44

55
# Torch with cuda support.
66
--extra-index-url https://download.pytorch.org/whl/cu126
7-
torch==2.7.1+cu126
8-
torchvision==0.22.1+cu126
7+
torch==2.8.0+cu126
8+
torchvision==0.23.0+cu126
99

1010
# Jax cpu-only version.
1111
jax[cpu]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tensorflow.
2-
tensorflow-cpu~=2.19.0;sys_platform != 'darwin'
3-
tensorflow~=2.19.0;sys_platform == 'darwin'
2+
tensorflow-cpu~=2.20.0;sys_platform != 'darwin'
3+
tensorflow~=2.20.0;sys_platform == 'darwin'
44
tensorflow-text~=2.19;platform_system != 'Windows'
55

66
# Torch.

0 commit comments

Comments
 (0)