Migrate _mlir Python binding target to nanobind.

PiperOrigin-RevId: 708390390
This commit is contained in:
Peter Hawkins 2024-12-20 12:06:40 -08:00 committed by jax authors
parent aa386f855a
commit 0ff3f144e5

View File

@ -54,7 +54,8 @@ py_extension(
deps = [
":jaxlib_mlir_capi_shared_library",
"@llvm-project//mlir:MLIRBindingsPythonCoreNoCAPI",
"@llvm-project//mlir:MLIRBindingsPythonHeaders",
"@llvm-project//mlir:MLIRBindingsPythonNanobindHeaders",
"@nanobind",
],
)