Skip to content

Commit

Permalink
fix ui not showing issue on mac os big sur
Browse files Browse the repository at this point in the history
  • Loading branch information
fimh committed Jan 9, 2021
1 parent 2b4921e commit 21ce921
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 21ce921

Please sign in to comment.