Skip to content

Commit f2a3fdd

Browse files
build(deps-dev): bump tensorflow from 2.18.0 to 2.21.0
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.18.0 to 2.21.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.21.0) --- updated-dependencies: - dependency-name: tensorflow dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53cd6d3 commit f2a3fdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ pin_tensorflow_cpu = [
158158
"tensorflow; platform_machine=='x86_64' and platform_system == 'Darwin'",
159159
]
160160
pin_tensorflow_gpu = [
161-
"tensorflow==2.18.0",
161+
"tensorflow==2.21.0",
162162
# TODO: unpin protobuf after TF is upgraded to 2.21
163163
# See: https://github.com/tensorflow/tensorflow/pull/103382
164164
"protobuf<7.34.0",

0 commit comments

Comments
 (0)