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 a96fb56 commit ad7bfe5Copy full SHA for ad7bfe5
tfjs-converter/python/BUILD
@@ -48,7 +48,6 @@ 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,4 +1,3 @@
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