[jaxlib] fix build w/ depenency on stablehlo_serialization

PiperOrigin-RevId: 519120624
This commit is contained in:
Anish Tondwalkar 2023-03-24 05:42:01 -07:00 committed by jax authors
parent 32e712864c
commit 8081031c90

View File

@ -171,6 +171,7 @@ py_extension(
"@local_config_python//:headers",
"@pybind11",
"@stablehlo//:stablehlo_capi_headers",
"@stablehlo//:stablehlo_serialization",
],
)