Remove redundent requirement in python test (#16093)

grpcio-tools, grpcio, pandas, and numpy are all required
by pymilvus, so no need to add in requirements.txt in python
test.

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
pull/16118/head
XuanYang-cn 2022-03-21 12:01:24 +08:00 committed by GitHub
parent ad41e2a082
commit c16195c747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,4 @@
--extra-index-url https://test.pypi.org/simple/
grpcio==1.37.1
grpcio-tools==1.37.1
numpy==1.19.5
pytest-cov==2.8.1
sklearn==0.0
pytest==6.2.2
@ -18,7 +15,6 @@ git+https://github.com/Projectplace/pytest-tags
ndg-httpsclient
pyopenssl
pyasn1
pandas
pytest-html==3.1.1
delayed-assert
kubernetes==17.17.0