pin pyopencl to fix aarch64 build (#31184)

* revert pyopencl

* revert that
old-commit-hash: eada51ec8ed570a4efe70909760460c976cd4f04
This commit is contained in:
Adeeb Shihadeh
2024-01-26 16:00:33 -08:00
committed by GitHub
parent 5441587c6b
commit 36c2a0bb30
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2edbbd8f9da5578d482255619b5572a64f016ede9789af278d5c73f3964e08f0
size 587785
oid sha256:67a7b712bc46169e4776b72348ab5fb31fd43918e93eb6ec713827544d506428
size 589977
+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 = "*"