Skip to content

Commit 230e244

Browse files
leleamolrahul003
authored andcommitted
Added the dependency on protobuf for tornasole_core
1 parent 2d07506 commit 230e244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def compile_summary_protobuf():
3434
"License :: OSI Approved :: Apache Software License",
3535
"Operating System :: OS Independent",
3636
],
37-
install_requires = ['aioboto3', 'nest_asyncio'],
37+
install_requires = ['aioboto3', 'nest_asyncio', 'protobuf>=3.6.0'],
3838
setup_requires=["pytest-runner"],
3939
tests_require=["pytest", "tensorflow"],
4040
)

0 commit comments

Comments
 (0)