Skip to content

Commit 68bf0d6

Browse files
authored
[llvm][python] Bump llvm/mlir python bindings (#17)
Among others, fetches transform dialect python binding fixes and XeGPU additions.
1 parent ba8aa78 commit 68bf0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "lighthouse"
33
dynamic = ["version"]
44
requires-python = ">=3.10,<3.13" # Bounds are due to torch-mlir's packaging
55
dependencies = [
6-
"mlir-python-bindings==20251105+4c2a9c4ba",
6+
"mlir-python-bindings==20251118+99630eb1b"
77
]
88

99
[project.optional-dependencies]

0 commit comments

Comments
 (0)