From 908ef1e440cf918f99d069496f6c053693a12917 Mon Sep 17 00:00:00 2001 From: Adam Siemieniuk Date: Mon, 1 Jun 2026 12:52:17 +0200 Subject: [PATCH] Bump MLIR dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d0c35b1..d1918e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ conflicts = [ ], ] override-dependencies = [ - "mlir-python-bindings==20260518+e9122d11f", + "mlir-python-bindings==20260601+28be1eaf7", ] [tool.uv.sources] @@ -116,7 +116,7 @@ torch = { index = "pytorch" } pytorch-triton-xpu = { index = "pytorch" } pytorch-triton = { index = "pytorch" } triton = { git = "https://github.com/triton-lang/triton-cpu.git", rev = "270e696" } -lighthouse = { git = "https://github.com/llvm/lighthouse", rev = "456475d" } +lighthouse = { git = "https://github.com/llvm/lighthouse", rev = "cccc0f3" } mlir-python-bindings = { index = "eudsl" } [[tool.uv.index]]