From c1d43134deb7b10485f7cc6cbfd5f80698cba90e Mon Sep 17 00:00:00 2001 From: "cai.zhang" Date: Thu, 4 Mar 2021 20:38:39 +0800 Subject: [PATCH] Update sdk version Signed-off-by: cai.zhang --- tests/python_test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_test/requirements.txt b/tests/python_test/requirements.txt index c42daceb41..64c89b2e00 100644 --- a/tests/python_test/requirements.txt +++ b/tests/python_test/requirements.txt @@ -2,7 +2,7 @@ grpcio==1.26.0 grpcio-tools==1.26.0 numpy==1.18.1 pytest-cov==2.8.1 -pymilvus-distributed==0.0.29 +pymilvus-distributed==0.0.34 sklearn==0.0 pytest==4.5.0 pytest-timeout==1.3.3