From 37b85cd683e195cd8076cd6a88afe6699aac4868 Mon Sep 17 00:00:00 2001 From: hjwang <2392948297@qq.com> Date: Wed, 10 Jun 2026 10:35:45 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E6=9B=B4=E6=96=B0=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=8C=85=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 numpy 版本从 >=1.26,<2 更新为 >=2.4.6 - 将 mediapipe 版本从 ==0.10.21 更新为 ==0.10.35 - 保持其他依赖包版本不变 - 确保依赖版本兼容性 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9e20cea..83fa07a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ aiortc>=1.9.0 websockets>=13.0 opencv-contrib-python>=4.13.0.92 -numpy>=1.26,<2 +numpy>=2.4.6 loguru>=0.7.0 -mediapipe==0.10.21 +mediapipe==0.10.35 pyttsx3>=2.99 pyyaml>=6.0