From ba29cbb37b7f538b88e56a4b29570f830b43e801 Mon Sep 17 00:00:00 2001 From: Adam Siemieniuk Date: Thu, 12 Feb 2026 15:58:57 +0100 Subject: [PATCH] Bump MLIR bindings The older release is no longer available. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 630b60c..d81e33a 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==20260112+dcf8ae802" + "mlir-python-bindings==20260211+f932646bf" ] [dependency-groups]