mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 03:48:37 +08:00
[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:
parent
33f5225968
commit
51bfbf1ddf
@ -1,4 +1,4 @@
|
||||
SERVICE_IP=127.0.0.1
|
||||
SERVICE_PORT=19530
|
||||
IMAGE_REPO=milvusdb
|
||||
IMAGE_TAG=20210331-546c8df
|
||||
IMAGE_TAG=20210616-46d5b57
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user