Skip to content

Commit 369661b

Browse files
author
stubsabot
committed
[stubsabot] Bump tensorflow to ~=2.21.0
Release: https://pypi.org/pypi/tensorflow/2.21.0 Homepage: https://www.tensorflow.org/ Repository: https://github.com/tensorflow/tensorflow Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/tensorflow Diff: tensorflow/tensorflow@v2.18.1...v2.21.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 32. - Total lines of Python code deleted: 150. :warning: Review this PR manually, as stubtest is skipped in CI for tensorflow! Also check whether stubtest can be reenabled. :warning:
1 parent 5632132 commit 369661b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/tensorflow/METADATA.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Using an exact number in the specifier for scripts/sync_protobuf/tensorflow.py
22
# When updating, also re-run the script
3-
version = "~=2.18.0"
4-
upstream-repository = "https://github.com/tensorflow/tensorflow"
53
# requires a version of numpy with a `py.typed` file
4+
version = "~=2.21.0"
5+
upstream-repository = "https://github.com/tensorflow/tensorflow"
66
dependencies = ["numpy>=1.20", "types-protobuf", "types-requests"]
77
extra-description = "Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 27.2 on `tensorflow==2.18.0`."
88
partial-stub = true

0 commit comments

Comments
 (0)