Skip to content

Commit 5a15457

Browse files
authored
use absltest for tests (#22)
JAX already depends on absltest so we have it "for free" as a dependency. Using a test framework composes better with build infrastructure.
1 parent 9c89a54 commit 5a15457

File tree

4 files changed

+361
-344
lines changed

4 files changed

+361
-344
lines changed

BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ py_wheel(
4242
deps = ["//src/enzyme_ad/jax:enzyme_jax_internal", ":enzyme_jax_data"],
4343
strip_path_prefixes = ["src/"],
4444
requires = [
45+
"absl_py >= 2.0.0",
4546
"jax >= 0.4.21",
4647
"jaxlib >= 0.4.21",
4748
],

0 commit comments

Comments
 (0)