From 2cd1c3bd3dd0a2ff48d76f5b172b0d9c14d3e241 Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Mon, 22 Aug 2022 18:20:31 +0800 Subject: [PATCH] Add protobuf requirements Signed-off-by: shiyu22 --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9c1554a..28721ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -pymilvus towhee -numpy \ No newline at end of file +numpy +protobuf<4.0dev,>=3.12.0 +pymilvus