From f8d02565d9e1e81bb137b7a2a81713aeff8b42fc Mon Sep 17 00:00:00 2001 From: scout <1134087124@qq.com> Date: Wed, 4 Dec 2024 13:53:33 +0800 Subject: [PATCH] change version --- requirements.txt | 2 +- start.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 769d3a9..aa21d58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ opencv-python==4.8.1.78 -mediapipe==0.10.8 +mediapipe==0.10.18 PyQt6==6.6.1 PyQt6-Qt6==6.6.1 PyQt6-sip==13.6.0 \ No newline at end of file diff --git a/start.bat b/start.bat index af56c22..ec4f332 100644 --- a/start.bat +++ b/start.bat @@ -16,7 +16,7 @@ echo Installing requirements one by one... echo Installing OpenCV... python -m pip install opencv-python==4.8.1.78 echo Installing MediaPipe... -python -m pip install mediapipe==0.10.8 +python -m pip install mediapipe==0.10.18 echo Installing PyQt6... python -m pip install PyQt6==6.6.1 PyQt6-Qt6==6.6.1 PyQt6-sip==13.6.0