Skip to content
Snippets Groups Projects
Unverified Commit d85a597f authored by AlaeddineAbdessalem's avatar AlaeddineAbdessalem Committed by GitHub
Browse files

fix: fix protobuf dependency (#370)

* fix: fix protobuf dependency

* fix: fix protobuf dependency
parent b80d393a
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ setup(
extras_require={
# req usage, please see https://docarray.jina.ai/#install
'common': [
'protobuf>=3.13.0',
'protobuf>=3.13.0,<=3.20.1',
'lz4',
'requests',
'matplotlib',
......@@ -52,7 +52,7 @@ setup(
'uvicorn',
],
'full': [
'protobuf>=3.13.0',
'protobuf>=3.13.0,<=3.20.1',
'lz4',
'requests',
'matplotlib',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment