mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Use py_deps("absl/testing") instead of //third_party/py/absl/testing
This commit is contained in:
parent
62459db089
commit
2c731320af
@ -235,9 +235,7 @@ jax_multiplatform_test(
|
||||
"//jax:pallas",
|
||||
"//jax:pallas_tpu",
|
||||
"//jax/_src/pallas/mosaic:random",
|
||||
"//third_party/py/absl/testing:absltest",
|
||||
"//third_party/py/absl/testing:parameterized",
|
||||
] + py_deps("numpy"),
|
||||
] + py_deps("absl/testing") + py_deps("numpy"),
|
||||
)
|
||||
|
||||
jax_multiplatform_test(
|
||||
@ -367,9 +365,7 @@ jax_multiplatform_test(
|
||||
"//jax:pallas",
|
||||
"//jax:pallas_tpu",
|
||||
"//jax/_src/pallas/mosaic:random",
|
||||
"//third_party/py/absl/testing:absltest",
|
||||
"//third_party/py/absl/testing:parameterized",
|
||||
] + py_deps("numpy"),
|
||||
] + py_deps("absl/testing") + py_deps("numpy"),
|
||||
)
|
||||
|
||||
jax_multiplatform_test(
|
||||
|
Loading…
x
Reference in New Issue
Block a user