From 07167f41e4147a05184de73ce6d997546aec2ef2 Mon Sep 17 00:00:00 2001 From: dragondriver Date: Fri, 5 Feb 2021 16:30:26 +0800 Subject: [PATCH] Change sdk version used in regression to 0.0.20 Signed-off-by: dragondriver --- 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 fcf08cf5d0..c7be00ee04 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.19 +pymilvus-distributed==0.0.20 sklearn==0.0 pytest==4.5.0 pytest-timeout==1.3.3