From 13a8f9c7ca2d6afe4103cfb8534cdb66989abb92 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 8 Feb 2016 19:42:08 +0100 Subject: [PATCH] setup.py: give up trying to check for PyQt --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b29706dc6..10bd8982e 100755 --- a/setup.py +++ b/setup.py @@ -10,9 +10,10 @@ if sys.version_info[:3] < (3, 5, 1): raise Exception("You need Python 3.5.1+") +# Depends on PyQt5, but setuptools cannot check for it. requirements = [ "sphinx", "sphinx-argparse", "pyserial", "numpy", "scipy", - "python-dateutil", "prettytable", "h5py", "PyQt5", + "python-dateutil", "prettytable", "h5py", "quamash", "pyqtgraph", "pygit2", "aiohttp", "llvmlite_artiq", "pythonparser", "python-Levenshtein", "lit", "OutputCheck",