Skip to content

Commit

Permalink
Fix missing dependency with protobuf (milvus-io#1358)
Browse files Browse the repository at this point in the history
Issue: milvus-io#1356

Signed-off-by: Ji Bin <[email protected]>
  • Loading branch information
matrixji authored Apr 14, 2023
1 parent 989ae07 commit 0670292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
include_package_data=True,
install_requires=[
"grpcio>=1.49.1,<=1.53.0",
"protobuf>=3.20.0",
"mmh3>=2.0",
"ujson>=2.0.0",
"pandas>=1.2.4",
Expand Down

0 comments on commit 0670292

Please sign in to comment.