From 2f36cab604e439b59d1a854df34ece3b10d888e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E7=8C=9C?= Date: Fri, 13 Dec 2024 19:55:54 +0800 Subject: [PATCH] =?UTF-8?q?python3.13=E4=BE=9D=E8=B5=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f2238679c3..4f6bf21708 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ prettytable ujson -opencv-python<=4.6.0.66 +opencv-python<=4.6.0.66; python_version<"3.13" +opencv-python>=4.10.0.84; python_version>="3.13" pillow>=9.0.0 tqdm PyYAML>=5.1 @@ -10,5 +11,6 @@ scikit-learn>=0.21.0 gast==0.3.3 faiss-cpu easydict -numpy==1.24.4 +numpy==1.24.4; python_version<"3.13" +numpy>=2.1.0; python_version>="3.13"