Pin mediapipe to 0.10.21 to remove clearcut telemetry

This commit is contained in:
2026-06-02 09:53:31 +08:00
parent a4b62d930b
commit a16b3e2d77
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
import os
os.environ["MEDIAPIPE_DISABLE_LOGGING"] = "1"
os.environ["GLOG_minloglevel"] = "3"
import asyncio
+1 -1
View File
@@ -3,4 +3,4 @@ websockets>=13.0
opencv-contrib-python>=4.10.0
numpy>=2.0.0
loguru>=0.7.0
mediapipe>=0.10.35
mediapipe==0.10.21