From 845cf5000a31ec2d8432bef8b9491d4bad6df708 Mon Sep 17 00:00:00 2001 From: del-zhenwu <56623710+del-zhenwu@users.noreply.github.com> Date: Mon, 27 Jul 2020 18:55:03 +0800 Subject: [PATCH] update sdk version on 0.10.2 (#3025) * Update version in cases Signed-off-by: zw * update sdk in cases Signed-off-by: zw Co-authored-by: zw --- tests/milvus_python_test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/milvus_python_test/requirements.txt b/tests/milvus_python_test/requirements.txt index 966b2a9264..bf6827f248 100644 --- a/tests/milvus_python_test/requirements.txt +++ b/tests/milvus_python_test/requirements.txt @@ -8,5 +8,5 @@ pytest-print==0.1.2 pytest-level==0.1.1 pytest-xdist==1.23.2 scikit-learn>=0.19.1 -pymilvus-test>=0.2.0 +pymilvus-test>=0.3.0,<0.4.0 kubernetes==10.0.1