We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4939453 commit 438917fCopy full SHA for 438917f
tfjs-converter/python/BUILD
@@ -48,6 +48,7 @@ py_wheel(
48
license = "Apache 2.0",
49
python_tag = "py3",
50
requires = [
51
+ "protobuf==3.20.0",
52
"tensorflow>=2.1.0,<3",
53
"six>=1.12.0,<2",
54
"tensorflow-hub>=0.7.0,<0.13",
tfjs-converter/python/requirements.txt
@@ -1,3 +1,4 @@
1
+protobuf==3.20.0
2
tensorflow>=2.1.0,<3
3
numpy~=1.19.2
4
six>=1.12.0,<2
0 commit comments