Disable pyqt5 on aach64 (#29430)

* Make pyqt5 x64 only

* Add comment regarding pyqt5 wheels
old-commit-hash: 766b5e6e8b4985007d582d30dc062816657f5caa
This commit is contained in:
Kacper Rączy
2023-08-16 14:11:45 -07:00
committed by GitHub
parent 7faefd677b
commit b0877c92e7
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b8667bc3cba8eb63c0203edafa2956bac7bdcc4e62936e7bf0674dbfcb20836
oid sha256:04de7cc8e65d2c312801c6bea46a2e2778ffe21c1a60c1f8384d66306b03d485
size 370444
+1 -1
View File
@@ -101,7 +101,7 @@ types-pycurl = "*"
types-PyYAML = "*"
types-requests = "*"
types-tabulate = "*"
pyqt5 = "*"
pyqt5 = { version = "*", markers = "platform_machine == 'x86_64'" } # no aarch64 wheels for macOS/linux
[build-system]