Remove explicit protobuf dependency from offline storage requirements
(cherry picked from commit bc1a70bad0)
This commit is contained in:
parent
b0bdbb5839
commit
077a2fdbb7
2 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ offline-storage = [
|
|||
# Storage backend dependencies
|
||||
"redis>=5.0.0",
|
||||
"neo4j>=5.0.0",
|
||||
"pymilvus==2.5.2",
|
||||
"pymilvus>=2.6.2",
|
||||
"pymongo>=4.0.0",
|
||||
"asyncpg>=0.29.0",
|
||||
"qdrant-client>=1.7.0",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
asyncpg>=0.29.0
|
||||
neo4j>=5.0.0
|
||||
pymilvus==2.5.2
|
||||
pymilvus>=2.6.2
|
||||
pymongo>=4.0.0
|
||||
qdrant-client>=1.7.0
|
||||
# Storage backend dependencies
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue