Change pymilvus-distributed to pymilvus (#5369)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/5388/head
Xiangyu Wang 2021-05-24 18:14:57 +08:00 committed by GitHub
parent 6da1c66357
commit bfc057d56d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -76,3 +76,6 @@ gtags.conf
# go-codecov
coverage.txt
profile.out
# virtualenv
venv/

View File

@ -1,3 +1,4 @@
--extra-index-url https://test.pypi.org/simple/
grpcio==1.26.0
grpcio-tools==1.26.0
numpy==1.18.1
@ -10,7 +11,7 @@ allure-pytest==2.7.0
pytest-print==0.2.1
pytest-level==0.1.1
pytest-xdist==2.2.1
pymilvus-distributed==0.0.66
pymilvus==2.0a1.dev1
pytest-rerunfailures==9.1.1
git+https://github.com/Projectplace/pytest-tags
ndg-httpsclient