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 2d07506 commit 230e244Copy full SHA for 230e244
setup.py
@@ -34,7 +34,7 @@ def compile_summary_protobuf():
34
"License :: OSI Approved :: Apache Software License",
35
"Operating System :: OS Independent",
36
],
37
- install_requires = ['aioboto3', 'nest_asyncio'],
+ install_requires = ['aioboto3', 'nest_asyncio', 'protobuf>=3.6.0'],
38
setup_requires=["pytest-runner"],
39
tests_require=["pytest", "tensorflow"],
40
)
0 commit comments