From 766b5e6e8b4985007d582d30dc062816657f5caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20R=C4=85czy?= Date: Wed, 16 Aug 2023 14:11:45 -0700 Subject: [PATCH] Disable pyqt5 on aach64 (#29430) * Make pyqt5 x64 only * Add comment regarding pyqt5 wheels --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index e85af896d..1b1a75e59 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4164,4 +4164,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "a8e81d5e0f650dc36a228cf4639c09700f0b52f65869eb8444f8365d507fdba0" +content-hash = "849f9d091efd79cb02fffa24846ddb1dd2857cfdce45527093e3bef7d0bc3598" diff --git a/pyproject.toml b/pyproject.toml index c4188a6c6..4ceaef54e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]