Edward, Vitalijie,
What is the actual required version of PyQt?
I've been taking the lazy path in setup.py and saying "just use whatever is current", however as Reinhard recently reported that means we're now incompatible with Anaconda's out of the box Spyder:
ERROR: spyder 3.3.6 has requirement pyqt5<5.13; python_version >= "3", but you'll have pyqt5 5.13.1 which is incompatible.
Our minimum is v5.12, following from
#1202. Is Leo using any v5.13 features? (or wanting too?) The simple fix is for me to put an upper cap in setup.py but I wouldn't want to close anything off.
-matt