Skip to content

Commit 1830d6a

Browse files
committedFeb 8, 2016
setup.py: fix PyQt5 package name
1 parent d873c25 commit 1830d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
requirements = [
1414
"sphinx", "sphinx-argparse", "pyserial", "numpy", "scipy",
15-
"python-dateutil", "prettytable", "h5py", "pyqt5",
15+
"python-dateutil", "prettytable", "h5py", "PyQt5",
1616
"quamash", "pyqtgraph", "pygit2", "aiohttp",
1717
"llvmlite_artiq", "pythonparser", "python-Levenshtein",
1818
"lit", "OutputCheck",

0 commit comments

Comments
 (0)
Please sign in to comment.