mirror of https://github.com/milvus-io/milvus.git
Update pymilvus version to support python3.11 (#23316)
Signed-off-by: yangxuan <xuan.yang@zilliz.com>pull/23346/head
parent
0527d2706c
commit
383915cfcd
|
@ -1,9 +1,9 @@
|
||||||
--extra-index-url https://test.pypi.org/simple/
|
--extra-index-url https://test.pypi.org/simple/
|
||||||
pytest-cov==2.8.1
|
pytest-cov==2.8.1
|
||||||
requests==2.26.0
|
requests==2.26.0
|
||||||
scikit-learn==1.1.2
|
scikit-learn==1.1.3
|
||||||
timeout_decorator==0.5.0
|
timeout_decorator==0.5.0
|
||||||
ujson==5.4.0
|
ujson==5.5.0
|
||||||
pytest==7.2.0
|
pytest==7.2.0
|
||||||
pytest-assume==2.4.3
|
pytest-assume==2.4.3
|
||||||
pytest-timeout==1.3.3
|
pytest-timeout==1.3.3
|
||||||
|
@ -12,7 +12,7 @@ allure-pytest==2.7.0
|
||||||
pytest-print==0.2.1
|
pytest-print==0.2.1
|
||||||
pytest-level==0.1.1
|
pytest-level==0.1.1
|
||||||
pytest-xdist==2.5.0
|
pytest-xdist==2.5.0
|
||||||
pymilvus==2.4.0.dev4
|
pymilvus==2.4.0.dev7
|
||||||
pytest-rerunfailures==9.1.1
|
pytest-rerunfailures==9.1.1
|
||||||
git+https://github.com/Projectplace/pytest-tags
|
git+https://github.com/Projectplace/pytest-tags
|
||||||
ndg-httpsclient
|
ndg-httpsclient
|
||||||
|
@ -35,10 +35,10 @@ minio==7.1.5
|
||||||
npy-append-array==0.9.15
|
npy-append-array==0.9.15
|
||||||
|
|
||||||
# for benchmark
|
# for benchmark
|
||||||
h5py==3.7.0
|
h5py==3.8.0
|
||||||
|
|
||||||
# for log
|
# for log
|
||||||
loguru==0.6.0
|
loguru==0.6.0
|
||||||
|
|
||||||
# util
|
# util
|
||||||
psutil==5.8.0
|
psutil==5.9.4
|
||||||
|
|
Loading…
Reference in New Issue