From 49c036919fbdd6e82aa08e95c6774d57f2923c11 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Mon, 10 Jun 2024 16:06:37 -0700 Subject: [PATCH] Pin pytools (#32684) * bump opencl * pin pytools old-commit-hash: 1f7c5bcd50ae64281ea9cb1de48131b59efdeb1f --- poetry.lock | 4 ++-- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6cc3d61da4..66485b17d9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c31b95cf06d05594bad1cf4f09b581497cb41f8b6c8fe93ee8f0bd2ad01f93c6 -size 618381 +oid sha256:f15594de9ee8d67839f4cc7ae6d5c25ae254046716900bce80fc6904a63951f8 +size 618404 diff --git a/pyproject.toml b/pyproject.toml index 6bc567921c..007245540f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -166,6 +166,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 pygame = "*" pywinctl = "*"