From 51bfbf1ddf059c656226b7e928a8d0704c750dba Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Fri, 18 Jun 2021 16:06:07 +0800 Subject: [PATCH] [skip ci] Update lib version in requirements (#5849) * [skip ci] Update lib version in requirements Signed-off-by: yanliang567 * Update lib version in requirements Signed-off-by: yanliang567 * Reorder lib installation in requirements Signed-off-by: yanliang567 * Remove pymilvus lib in requirements Signed-off-by: yanliang567 * Update test image tag Signed-off-by: yanliang567 * Update pymilvus-orm version in requirements Signed-off-by: yanliang567 --- tests/docker/.env | 2 +- tests/python_test/requirements.txt | 8 +++++--- tests20/python_client/requirements.txt | 5 ++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/tests/docker/.env b/tests/docker/.env index c98a7c9bf4..6916403975 100644 --- a/tests/docker/.env +++ b/tests/docker/.env @@ -1,4 +1,4 @@ SERVICE_IP=127.0.0.1 SERVICE_PORT=19530 IMAGE_REPO=milvusdb -IMAGE_TAG=20210331-546c8df \ No newline at end of file +IMAGE_TAG=20210616-46d5b57 \ No newline at end of file diff --git a/tests/python_test/requirements.txt b/tests/python_test/requirements.txt index 1bb4314467..3f0c4f6086 100644 --- a/tests/python_test/requirements.txt +++ b/tests/python_test/requirements.txt @@ -1,7 +1,7 @@ --extra-index-url https://test.pypi.org/simple/ grpcio==1.26.0 grpcio-tools==1.26.0 -numpy==1.18.1 +numpy==1.19.5 pytest-cov==2.8.1 sklearn==0.0 pytest==6.2.2 @@ -12,7 +12,7 @@ pytest-print==0.2.1 pytest-level==0.1.1 pytest-xdist==2.2.1 pytest-parallel -pymilvus==2.0a1.dev35 +pymilvus-orm==2.0a1.dev33 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags ndg-httpsclient @@ -20,4 +20,6 @@ pyopenssl pyasn1 pandas pytest-html==3.1.1 -pymilvus-orm==2.0a1.dev17 +delayed-assert +kubernetes==17.17.0 +PyYAML==5.4.1 \ No newline at end of file diff --git a/tests20/python_client/requirements.txt b/tests20/python_client/requirements.txt index 4a04158e6d..3f0c4f6086 100644 --- a/tests20/python_client/requirements.txt +++ b/tests20/python_client/requirements.txt @@ -1,7 +1,7 @@ --extra-index-url https://test.pypi.org/simple/ grpcio==1.26.0 grpcio-tools==1.26.0 -numpy==1.18.1 +numpy==1.19.5 pytest-cov==2.8.1 sklearn==0.0 pytest==6.2.2 @@ -12,7 +12,7 @@ pytest-print==0.2.1 pytest-level==0.1.1 pytest-xdist==2.2.1 pytest-parallel -pymilvus==2.0a1.dev22 +pymilvus-orm==2.0a1.dev33 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags ndg-httpsclient @@ -20,7 +20,6 @@ pyopenssl pyasn1 pandas pytest-html==3.1.1 -pymilvus-orm==2.0a1.dev17 delayed-assert kubernetes==17.17.0 PyYAML==5.4.1 \ No newline at end of file