pin pyopencl to fix aarch64 build (#31184)

* revert pyopencl

* revert that
old-commit-hash: eada51ec8e
chrysler-long2
Adeeb Shihadeh 1 year ago committed by GitHub
parent 5441587c6b
commit 36c2a0bb30
  1. 4
      poetry.lock
  2. 2
      pyproject.toml

4
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:2edbbd8f9da5578d482255619b5572a64f016ede9789af278d5c73f3964e08f0 oid sha256:67a7b712bc46169e4776b72348ab5fb31fd43918e93eb6ec713827544d506428
size 587785 size 589977

@ -137,7 +137,7 @@ pprofile = "*"
polyline = "*" polyline = "*"
pre-commit = "*" pre-commit = "*"
pyautogui = "*" pyautogui = "*"
pyopencl = "*" pyopencl = "==2023.1.4" # 2024.1 is broken on arm64
pygame = "*" pygame = "*"
pywinctl = "*" pywinctl = "*"
pyprof2calltree = "*" pyprof2calltree = "*"

Loading…
Cancel
Save