test: update python requirements in test dir (#38047)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
zhuwenxing 2024-11-27 19:34:35 +08:00 committed by GitHub
parent e5775a71af
commit 864ed1a3be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.8-buster FROM python:3.10-buster
RUN apt-get update && apt-get install -y jq RUN apt-get update && apt-get install -y jq

View File

@ -49,6 +49,7 @@ loguru==0.7.0
# util # util
psutil==5.9.4 psutil==5.9.4
pandas==1.5.3 pandas==1.5.3
numpy==1.26.4
tenacity==8.1.0 tenacity==8.1.0
rich==13.7.0 rich==13.7.0
# for standby test # for standby test