From 2756ec86594072478d9caa790acb0485bd2e7f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E7=8C=9C?= Date: Mon, 23 Dec 2024 15:19:22 +0800 Subject: [PATCH] update numpy to adapt python3.13 (#3327) --- requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4f6bf2170..c6af9cc15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ prettytable ujson -opencv-python<=4.6.0.66; python_version<"3.13" -opencv-python>=4.10.0.84; python_version>="3.13" +opencv-python<=4.6.0.66 pillow>=9.0.0 tqdm PyYAML>=5.1 @@ -12,5 +11,4 @@ gast==0.3.3 faiss-cpu easydict numpy==1.24.4; python_version<"3.13" -numpy>=2.1.0; python_version>="3.13" - +numpy==1.26.4; python_version>="3.13"