Skip to content

Commit 6479bda

Browse files
Bump the python group with 6 updates (#2317)
Updates the requirements on [tensorflow-cpu](https://github.com/tensorflow/tensorflow), [tensorflow](https://github.com/tensorflow/tensorflow), [tensorflow-text](https://github.com/tensorflow/text), torch, torchvision and [tensorflow[and-cuda]](https://github.com/tensorflow/tensorflow) to permit the latest version. Updates `tensorflow-cpu` to 2.19.0 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.18.1...v2.19.0) Updates `tensorflow` to 2.19.0 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.18.1...v2.19.0) Updates `tensorflow-text` to 2.19.0 - [Release notes](https://github.com/tensorflow/text/releases) - [Commits](tensorflow/text@v2.18.0...v2.19.0) Updates `torch` from 2.7.0+cu126 to 2.7.1+cu126 Updates `torchvision` from 0.22.0+cu126 to 0.22.1+cu126 Updates `tensorflow[and-cuda]` to 2.19.0 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.18.0...v2.19.0) --- updated-dependencies: - dependency-name: tensorflow-cpu dependency-version: 2.19.0 dependency-type: direct:production dependency-group: python - dependency-name: tensorflow dependency-version: 2.19.0 dependency-type: direct:production dependency-group: python - dependency-name: tensorflow-text dependency-version: 2.19.0 dependency-type: direct:production dependency-group: python - dependency-name: torch dependency-version: 2.7.1+cu126 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: torchvision dependency-version: 0.22.1+cu126 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: tensorflow[and-cuda] dependency-version: 2.19.0 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>
1 parent 25c9062 commit 6479bda

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

requirements-jax-cuda.txt

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

55
# Torch cpu-only version.
66
--extra-index-url https://download.pytorch.org/whl/cpu

requirements-tensorflow-cuda.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tensorflow with cuda support.
2-
tensorflow[and-cuda]~=2.18
3-
tensorflow-text~=2.18
2+
tensorflow[and-cuda]~=2.19
3+
tensorflow-text~=2.19
44

55
# Torch cpu-only version.
66
--extra-index-url https://download.pytorch.org/whl/cpu

requirements-torch-cuda.txt

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

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

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

requirements.txt

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

66
# Torch.
77
--extra-index-url https://download.pytorch.org/whl/cpu

0 commit comments

Comments
 (0)