mirror of https://github.com/milvus-io/milvus.git
test: bump deps in requirements (#39530)
/kind improvement Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/39553/head
parent
a5217e9f36
commit
4cf268bcf1
|
@ -1,6 +1,6 @@
|
|||
--extra-index-url https://test.pypi.org/simple/
|
||||
requests==2.31.0
|
||||
urllib3==1.26.18
|
||||
requests==2.32.0
|
||||
urllib3==1.26.19
|
||||
pytest==7.2.0
|
||||
pytest-assume==2.4.3
|
||||
pytest-timeout==1.3.3
|
||||
|
@ -18,6 +18,6 @@ numpy==1.24.3
|
|||
allure-pytest>=2.8.18
|
||||
Faker==19.2.0
|
||||
pymilvus==2.4.0rc19
|
||||
scikit-learn~=1.1.3
|
||||
scikit-learn~=1.5.0
|
||||
pytest-xdist==2.5.0
|
||||
tenacity==8.1.0
|
|
@ -1,13 +1,13 @@
|
|||
--extra-index-url https://test.pypi.org/simple/
|
||||
requests==2.31.0
|
||||
urllib3==1.26.18
|
||||
pytest~=7.2.0
|
||||
pyyaml~=6.0
|
||||
numpy~=1.24.3
|
||||
requests==2.32.0
|
||||
urllib3==1.26.19
|
||||
pytest==7.2.0
|
||||
pyyaml==6.0
|
||||
numpy==1.24.3
|
||||
allure-pytest>=2.8.18
|
||||
Faker==19.2.0
|
||||
pymilvus==2.5.0rc108
|
||||
scikit-learn~=1.1.3
|
||||
scikit-learn~=1.5.0
|
||||
pytest-xdist==2.5.0
|
||||
minio==7.1.14
|
||||
tenacity==8.1.0
|
||||
|
|
Loading…
Reference in New Issue