Skip to content

Commit

Permalink
Add pytype_srcs to main jax BUILD rule
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 476989241
  • Loading branch information
Jake VanderPlas authored and jax authors committed Sep 26, 2022
1 parent ddd8581 commit 265b39d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jax/BUILD
Expand Up @@ -110,6 +110,7 @@ py_library_providing_imports_info(
"experimental/compilation_cache/cache_interface.py",
],
lib_rule = pytype_library,
pytype_srcs = glob(["_src/**/*.pyi"]),
visibility = ["//visibility:public"],
deps = select({
":enable_jaxlib_build": [":jaxlib_deps"],
Expand Down

0 comments on commit 265b39d

Please sign in to comment.