Skip to content

Commit b05947f

Browse files
committed
Update setup.py for Mac M1 chip to use PyQt6
1 parent ef91300 commit b05947f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ def get_ui_files(directory):
4646
"numpy",
4747
"scipy",
4848
"matplotlib",
49-
"PyQt5",
49+
"qtpy",
50+
"PyQt6; sys_platform=='darwin'",
51+
"PyQt5; sys_platform!='darwin'",
5052
"pyqtgraph",
5153
"netCDF4",
5254
"pandas",

0 commit comments

Comments
 (0)