Skip to content

Commit 8a55e85

Browse files
Bump the python group with 2 updates (#2185)
Updates the requirements on [tensorflow-cpu](https://github.com/tensorflow/tensorflow) and [tensorflow](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) --- updated-dependencies: - dependency-name: tensorflow-cpu dependency-version: 2.18.1 dependency-type: direct:production dependency-group: python - dependency-name: tensorflow dependency-version: 2.18.1 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 0975982 commit 8a55e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.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
tensorflow-text~=2.18;platform_system != 'Windows'
55

66
# Torch.

0 commit comments

Comments
 (0)