From ccefc12e8f56f9f280e88b635673a5da7e201974 Mon Sep 17 00:00:00 2001 From: Rolf Morel Date: Tue, 18 Nov 2025 04:12:09 -0800 Subject: [PATCH 1/2] [llvm][python] Bump llvm/mlir python bindings Among others, fetches transform dialect python binding fixes and XeGPU additions. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba0cba7..619ef7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "lighthouse" dynamic = ["version"] requires-python = ">=3.10,<3.13" # Bounds are due to torch-mlir's packaging dependencies = [ - "mlir-python-bindings==20251105+4c2a9c4ba", + "mlir-python-bindings==20251117+9036e2359", ] [project.optional-dependencies] From d9b63a8766b277dc43ae925baf0d535d619f3da4 Mon Sep 17 00:00:00 2001 From: Rolf Morel Date: Tue, 18 Nov 2025 13:18:31 -0800 Subject: [PATCH 2/2] Bump to latest --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 619ef7c..7f1467f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "lighthouse" dynamic = ["version"] requires-python = ">=3.10,<3.13" # Bounds are due to torch-mlir's packaging dependencies = [ - "mlir-python-bindings==20251117+9036e2359", + "mlir-python-bindings==20251118+99630eb1b" ] [project.optional-dependencies]