Update setup_macos.py

This commit is contained in:
DenzelChen 2021-12-10 13:35:21 +08:00
parent f4fe8694c6
commit 0d34f4fa6f
1 changed files with 1 additions and 1 deletions

View File

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