From 001a2cd6721f0952c90ce2904e6c72011cf9534d Mon Sep 17 00:00:00 2001 From: "zhenshan.cao" Date: Fri, 5 Feb 2021 21:39:52 +0800 Subject: [PATCH] Update sdk version Signed-off-by: zhenshan.cao --- tests/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/requirements.txt b/tests/python/requirements.txt index c7be00ee04..99a3a4613b 100644 --- a/tests/python/requirements.txt +++ b/tests/python/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.20 +pymilvus-distributed==0.0.21 sklearn==0.0 pytest==4.5.0 pytest-timeout==1.3.3