From 2fd44fb0478c331bb9af2c7da7167ebc7a831f2c Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Fri, 6 Jan 2023 17:55:37 +0800 Subject: [PATCH] Remove unnecessary dependency (#21546) Signed-off-by: Binbin Lv --- tests/python_client/requirements.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index 430e89519a..ecffa43d4c 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -3,7 +3,7 @@ pytest-cov==2.8.1 requests==2.26.0 scikit-learn==1.1.2 timeout_decorator==0.5.0 -ujson==4.2.0 +ujson==5.4.0 pytest==7.2.0 pytest-assume==2.4.3 pytest-timeout==1.3.3 @@ -31,9 +31,6 @@ pytest-random-order python-benedict==0.24.3 timeout-decorator==0.5.0 -# version need to be consistent with protobuf used in pymilvus -protobuf==3.17.1 - # for bulk load test minio==7.1.5