Disable pyqt5 on aach64 (#29430)

* Make pyqt5 x64 only

* Add comment regarding pyqt5 wheels
This commit is contained in:
Kacper Rączy
2023-08-16 14:11:45 -07:00
committed by GitHub
parent d6c682b401
commit 766b5e6e8b
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -4164,4 +4164,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "~3.11"
content-hash = "a8e81d5e0f650dc36a228cf4639c09700f0b52f65869eb8444f8365d507fdba0"
content-hash = "849f9d091efd79cb02fffa24846ddb1dd2857cfdce45527093e3bef7d0bc3598"
+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]