Skip to content

Commit 65d2a37

Browse files
author
Lee Miller
committed
Extend environment markers for PyQt5 - doesn't install on arm
1 parent b68beaa commit 65d2a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
coverage
22
psutil
33
pycryptodome
4-
PyQt5;python_version>="3.7"
4+
PyQt5;python_version>="3.7" and platform_machine=="x86_64"
55
mock;python_version<="2.7"
66
python_prctl;platform_system=="Linux"
77
six

0 commit comments

Comments
 (0)