[skip ci] Update lib version in requirements (#5849)

* [skip ci] Update lib version in requirements

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>

* Update lib version in requirements

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>

* Reorder lib installation in requirements

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>

* Remove pymilvus lib in requirements

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>

* Update test image tag

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>

* Update pymilvus-orm version in requirements

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
yanliang567 2021-06-18 16:06:07 +08:00 committed by GitHub
parent 33f5225968
commit 51bfbf1ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,4 @@
SERVICE_IP=127.0.0.1
SERVICE_PORT=19530
IMAGE_REPO=milvusdb
IMAGE_TAG=20210331-546c8df
IMAGE_TAG=20210616-46d5b57

View File

@ -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

View File

@ -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