Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 520341781
  • Loading branch information
jax authors committed Mar 29, 2023
1 parent 7200d07 commit a964ae7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jax/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ py_library(
py_library_providing_imports_info(
name = "jax",
srcs = [
"_src/__init__.py",
"_src/abstract_arrays.py",
"_src/ad_checkpoint.py",
"_src/ad_util.py",
Expand All @@ -104,7 +105,6 @@ py_library_providing_imports_info(
"_src/dispatch.py",
"_src/dlpack.py",
"_src/flatten_util.py",
"_src/__init__.py",
"_src/lax_reference.py",
"_src/maps.py",
"_src/pjit.py",
Expand Down Expand Up @@ -165,8 +165,8 @@ py_library_providing_imports_info(
deps = [
":basearray",
":cloud_tpu_init",
":custom_api_util",
":config",
":custom_api_util",
":deprecations",
":core",
":effects",
Expand Down Expand Up @@ -252,8 +252,8 @@ pytype_strict_library(
name = "environment_info",
srcs = ["_src/environment_info.py"],
deps = [
":xla_bridge",
":version",
":xla_bridge",
"//jax/_src/lib",
] + py_deps("numpy"),
)
Expand Down Expand Up @@ -391,8 +391,8 @@ pytype_strict_library(
":cloud_tpu_init",
":config",
":iree",
":util",
":traceback_util",
":util",
"//jax/_src/lib",
] + py_deps("numpy"),
)
Expand Down

0 comments on commit a964ae7

Please sign in to comment.