You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade numpy to 1.16.1
This aims at solving a numpy incompatibility with AppImages built on Travis. There seems to be an incompatibility between the Travis system Python (1.15) and the one we were requiring (1.13.3), resulting in runtime fatal errors.
Downgrade to PyQt5 5.10
PyQt5 has breaking changes regarding sip, which py2app does not know how to handle. py2app would have to be replaced by pyinstaller first to package for macOS, before upgrading to 5.11+.