[bazel] Add @pybind11 deps (#72471)

Add @pybind11 deps to the _mlirDialectsSparseTensor.so target and to the
_mlirDialectsQuant.so target
This commit is contained in:
wenzhi-cui
2023-11-16 13:41:19 +08:00
committed by GitHub
parent 5b59540661
commit c6b95f3ea2

View File

@@ -1022,6 +1022,7 @@ cc_binary(
":CAPIIR",
":CAPIQuant",
":MLIRBindingsPythonHeadersAndDeps",
"@pybind11",
],
)
@@ -1040,6 +1041,7 @@ cc_binary(
":CAPIIR",
":CAPISparseTensor",
":MLIRBindingsPythonHeadersAndDeps",
"@pybind11",
],
)