change version

This commit is contained in:
scout 2024-12-04 13:53:33 +08:00
parent 971bad41dc
commit f8d02565d9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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