From 0d34f4fa6f8fec07e6b155e87ae17225c3859bd3 Mon Sep 17 00:00:00 2001 From: DenzelChen <291689742@qq.com> Date: Fri, 10 Dec 2021 13:35:21 +0800 Subject: [PATCH] Update setup_macos.py --- Code/setup_macos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/setup_macos.py b/Code/setup_macos.py index 410f38c..df71965 100644 --- a/Code/setup_macos.py +++ b/Code/setup_macos.py @@ -7,7 +7,7 @@ for x in range(1,4): flag=flag | 0x01 break for x in range(1,4): - if os.system("pip3 install PyQt5==5.12") == 0: + if os.system("pip3 install PyQt5==5.15") == 0: flag=flag | 0x02 break for x in range(1,4):