Bump pyopencl and disable on arm64 (#32695)

bump pyopencl
old-commit-hash: 84dd8ad4a3c0542505f19f73cf95ebae7938b412
This commit is contained in:
Maxime Desroches
2024-06-10 19:26:48 -07:00
committed by GitHub
parent 9bacbb05c1
commit 9233bc4965
2 changed files with 3 additions and 4 deletions

BIN
poetry.lock LFS generated

Binary file not shown.

View File

@@ -165,8 +165,7 @@ pprofile = "*"
polyline = "*"
pre-commit = "*"
pyautogui = "*"
pytools = "<=2024.1.3" # our pinned version of pyopencl use a broken version of pytools
pyopencl = "==2023.1.4" # 2024.1 is broken on arm64
pyopencl = { version = "*", markers = "platform_machine != 'aarch64'" } # broken on arm64
pygame = "*"
pywinctl = "*"
pyprof2calltree = "*"