mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
test: update python requirements in test dir (#38047)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
e5775a71af
commit
864ed1a3be
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user