Disable pyqt5 on aach64 (#29430)

* Make pyqt5 x64 only

* Add comment regarding pyqt5 wheels
old-commit-hash: 766b5e6e8b
beeps
Kacper Rączy 2 years ago committed by GitHub
parent 7faefd677b
commit b0877c92e7
  1. 2
      poetry.lock
  2. 2
      pyproject.toml

2
poetry.lock generated

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:0b8667bc3cba8eb63c0203edafa2956bac7bdcc4e62936e7bf0674dbfcb20836 oid sha256:04de7cc8e65d2c312801c6bea46a2e2778ffe21c1a60c1f8384d66306b03d485
size 370444 size 370444

@ -101,7 +101,7 @@ types-pycurl = "*"
types-PyYAML = "*" types-PyYAML = "*"
types-requests = "*" types-requests = "*"
types-tabulate = "*" types-tabulate = "*"
pyqt5 = "*" pyqt5 = { version = "*", markers = "platform_machine == 'x86_64'" } # no aarch64 wheels for macOS/linux
[build-system] [build-system]

Loading…
Cancel
Save