From 864ed1a3be62c04b49d1442cd9f2422a16c69617 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Wed, 27 Nov 2024 19:34:35 +0800 Subject: [PATCH] test: update python requirements in test dir (#38047) Signed-off-by: zhuwenxing --- tests/python_client/Dockerfile | 2 +- tests/python_client/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/python_client/Dockerfile b/tests/python_client/Dockerfile index ed2eba4fe7f7a..24fad77b31f58 100644 --- a/tests/python_client/Dockerfile +++ b/tests/python_client/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-buster +FROM python:3.10-buster RUN apt-get update && apt-get install -y jq diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index 5e7b517f6103c..ebd208d919aba 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -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