This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
electrum
mirror of
https://github.com/lukechilds/electrum.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
10788
Commits
21
Branches
132
Tags
52 MiB
Tree:
eca5545004
electrum
/
contrib
/
requirements
/
requirements-binaries.txt
4 lines
44 B
Raw
Normal View
History
requirements: use PyQt <5.12 in binaries for now. for AppImage AppImage is built on Ubuntu 14.04 to maximise compatibility but PyQt 5.12 blobs distributed on PyPI no longer work on 14.04 PyQt 5.11.x works
6 years ago
PyQt5<5.12
requirements: allow using newer pycryptodomex upper bound was previously added in cb4784c8ed57bf86c9c30329271bb32aa71f7929 issue linked there was fixed in pyinstaller 3.5, which we now use since ab95eff5aa7a9d4626c9c18743d93da6500060c9
6 years ago
pycryptodomex
requirements: pin PyQt5-sip version due to build problems see https://tickets.metabrainz.org/browse/PICARD-1472 having issues on MacOS to codesign sip.so when PyQt5-sip==4.19.15: PyQt5/sip.so malformed object (unknown load command 7)
6 years ago
PyQt5-sip<=4.19.13