Skip to content

Commit

Permalink
test: update python requirements in test dir (milvus-io#38047)
Browse files Browse the repository at this point in the history
Signed-off-by: zhuwenxing <[email protected]>
  • Loading branch information
zhuwenxing authored Nov 27, 2024
1 parent e5775a7 commit 864ed1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python_client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-buster
FROM python:3.10-buster

RUN apt-get update && apt-get install -y jq

Expand Down
1 change: 1 addition & 0 deletions tests/python_client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ loguru==0.7.0
# util
psutil==5.9.4
pandas==1.5.3
numpy==1.26.4
tenacity==8.1.0
rich==13.7.0
# for standby test
Expand Down

0 comments on commit 864ed1a

Please sign in to comment.