Skip to content

Commit

Permalink
Switch PyQt5 requirement to 5.12 (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl authored May 10, 2022
1 parent 029fdee commit 3689750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"numpy",
"pandas",
"psutil",
"PyQt5==5.13",
"PyQt5==5.12.*",
"pywin32; sys_platform == 'win32'",
"requests",
"scipy",
Expand Down

0 comments on commit 3689750

Please sign in to comment.