From 67f01207f924bc00f7991d53d4c6d0bb4dcd22fd Mon Sep 17 00:00:00 2001 From: bit-dome Date: Mon, 15 May 2023 19:31:29 +0700 Subject: [PATCH] fix: packages version --- requirements.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index e3ed3df1..0c89912b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,10 @@ flatbuffers==2.0.0 sounddevice==0.4.6 -matplotlib -opencv-python -opencv-contrib-python -psutil -pyautogui -customtkinter -PyDirectInput -pywin32 +matplotlib==3.7.1 +opencv-contrib-python==4.7.0.72 +psutil==5.9.4 +pyautogui==0.9.53 +customtkinter==5.1.2 +PyDirectInput==1.0.4 +pywin32==306 mediapipe==0.9.3.0 \ No newline at end of file