Disable pyqt5 on aach64 (#29430)

* Make pyqt5 x64 only

* Add comment regarding pyqt5 wheels
pull/29438/head
Kacper Rączy 2 years ago committed by GitHub
parent d6c682b401
commit 766b5e6e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      poetry.lock
  2. 2
      pyproject.toml

2
poetry.lock generated

@ -4164,4 +4164,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "~3.11"
content-hash = "a8e81d5e0f650dc36a228cf4639c09700f0b52f65869eb8444f8365d507fdba0"
content-hash = "849f9d091efd79cb02fffa24846ddb1dd2857cfdce45527093e3bef7d0bc3598"

@ -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]

Loading…
Cancel
Save