fix pytools (#33076)

fix
old-commit-hash: fb1ad1d26a74e4937801a8b70d8cdce40f2da359
This commit is contained in:
Maxime Desroches
2024-07-25 15:13:47 -07:00
committed by GitHub
parent 01ac526046
commit 35f321dc68
2 changed files with 26 additions and 3 deletions

View File

@@ -111,6 +111,7 @@ dev = [
#pprofile = "*"
"pyautogui",
"pyopencl; platform_machine != 'aarch64'", # broken on arm64
"pytools < 2024.1.11; platform_machine != 'aarch64'", # pyopencl use a broken version
"pywinctl",
"pyprof2calltree",
"rerun-sdk",