From b0877c92e74a7bf0265e29de2e8b28f8d624fdec 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 old-commit-hash: 766b5e6e8b4985007d582d30dc062816657f5caa --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 57a1bf4fc7..fd4321bde4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b8667bc3cba8eb63c0203edafa2956bac7bdcc4e62936e7bf0674dbfcb20836 +oid sha256:04de7cc8e65d2c312801c6bea46a2e2778ffe21c1a60c1f8384d66306b03d485 size 370444 diff --git a/pyproject.toml b/pyproject.toml index c4188a6c6d..4ceaef54ef 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]