mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Include mpmath as a bazel dependency of lax_test.
This test has additional test cases that require mpmath. PiperOrigin-RevId: 693464078
This commit is contained in:
parent
563ecdf2a2
commit
ea1e879577
@ -67,6 +67,7 @@ _py_deps = {
|
||||
"flatbuffers": ["@pypi_flatbuffers//:pkg"],
|
||||
"hypothesis": ["@pypi_hypothesis//:pkg"],
|
||||
"matplotlib": ["@pypi_matplotlib//:pkg"],
|
||||
"mpmath": [],
|
||||
"opt_einsum": ["@pypi_opt_einsum//:pkg"],
|
||||
"pil": ["@pypi_pillow//:pkg"],
|
||||
"portpicker": ["@pypi_portpicker//:pkg"],
|
||||
|
@ -565,7 +565,7 @@ jax_multiplatform_test(
|
||||
deps = [
|
||||
"//jax:internal_test_util",
|
||||
"//jax:lax_reference",
|
||||
] + py_deps("numpy"),
|
||||
] + py_deps("numpy") + py_deps("mpmath"),
|
||||
)
|
||||
|
||||
jax_multiplatform_test(
|
||||
|
Loading…
x
Reference in New Issue
Block a user