From 383915cfcd88fd7246d1a1e19b4bf218ba2521a8 Mon Sep 17 00:00:00 2001 From: XuanYang-cn Date: Tue, 11 Apr 2023 14:48:31 +0800 Subject: [PATCH] Update pymilvus version to support python3.11 (#23316) Signed-off-by: yangxuan --- tests/python_client/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index e935e8b5f..0fea3f029 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -1,9 +1,9 @@ --extra-index-url https://test.pypi.org/simple/ pytest-cov==2.8.1 requests==2.26.0 -scikit-learn==1.1.2 +scikit-learn==1.1.3 timeout_decorator==0.5.0 -ujson==5.4.0 +ujson==5.5.0 pytest==7.2.0 pytest-assume==2.4.3 pytest-timeout==1.3.3 @@ -12,7 +12,7 @@ allure-pytest==2.7.0 pytest-print==0.2.1 pytest-level==0.1.1 pytest-xdist==2.5.0 -pymilvus==2.4.0.dev4 +pymilvus==2.4.0.dev7 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags ndg-httpsclient @@ -35,10 +35,10 @@ minio==7.1.5 npy-append-array==0.9.15 # for benchmark -h5py==3.7.0 +h5py==3.8.0 # for log loguru==0.6.0 # util -psutil==5.8.0 +psutil==5.9.4 -- GitLab