Skip to content

Commit d180b71

Browse files
authored
fix tensorflow stubs
1 parent adf0c2e commit d180b71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/tensorflow/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version = "~=2.18.0"
44
upstream-repository = "https://github.com/tensorflow/tensorflow"
55
# requires a version of numpy with a `py.typed` file
6-
dependencies = ["numpy>=1.20", "types-protobuf", "types-requests"]
6+
dependencies = ["numpy>=1.20", "types-protobuf", "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
99

0 commit comments

Comments
 (0)