pin pyopencl to fix aarch64 build (#31184)

* revert pyopencl

* revert that
This commit is contained in:
Adeeb Shihadeh
2024-01-26 16:00:33 -08:00
committed by GitHub
parent 6fbd844216
commit eada51ec8e
2 changed files with 45 additions and 32 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ pprofile = "*"
polyline = "*"
pre-commit = "*"
pyautogui = "*"
pyopencl = "*"
pyopencl = "==2023.1.4" # 2024.1 is broken on arm64
pygame = "*"
pywinctl = "*"
pyprof2calltree = "*"