Skip to content

Commit

Permalink
Merge pull request 51bitquant#6 from fimh/bugfix/ui-not-showing-on-ma…
Browse files Browse the repository at this point in the history
…c-bigsur

fix ui not showing issue on mac os big sur
  • Loading branch information
51bitquant authored Jan 10, 2021
2 parents 2b4921e + 21ce921 commit 7588d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
six==1.13.0
wheel
PyQt5==5.14.1
PyQt5==5.15.2
pyqtgraph==0.10.0
qdarkstyle
requests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_install_requires():
install_requires = [
"six==1.13.0",
"wheel",
"PyQt5==5.14.1",
"PyQt5==5.15.2",
"pyqtgraph==0.10.0",
"qdarkstyle",
"requests",
Expand Down

0 comments on commit 7588d4f

Please sign in to comment.