Skip to content

Commit 1a5587b

Browse files
srvasudetensorflower-gardener
authored andcommitted
Explicitly link modules that are imported in tests.
PiperOrigin-RevId: 476237801
1 parent 202f81f commit 1a5587b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

tensorflow_probability/python/bijectors/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,6 +1264,7 @@ multi_substrate_py_test(
12641264
":softmax_centered",
12651265
":softplus",
12661266
# absl/testing:parameterized dep,
1267+
# mock dep,
12671268
# tensorflow dep,
12681269
"//tensorflow_probability/python/internal:tensorshape_util",
12691270
"//tensorflow_probability/python/internal:test_util",
@@ -1303,6 +1304,7 @@ multi_substrate_py_test(
13031304
":softmax_centered",
13041305
":softplus",
13051306
":split",
1307+
# mock dep,
13061308
# numpy dep,
13071309
# tensorflow dep,
13081310
"//tensorflow_probability/python/internal:tensorshape_util",

tensorflow_probability/python/math/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ multi_substrate_py_library(
149149
"//tensorflow_probability/python/internal:dtype_util",
150150
"//tensorflow_probability/python/internal:prefer_static",
151151
"//tensorflow_probability/python/internal:variadic_reduce",
152-
# tensorflow/compiler/jit dep,
153152
],
154153
)
155154

tensorflow_probability/python/sts/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ multi_substrate_py_test(
218218
":holiday_effects",
219219
# holidays dep,
220220
# numpy dep,
221+
# pandas dep,
221222
# tensorflow dep,
222223
"//tensorflow_probability/python/internal:test_util",
223224
],

0 commit comments

Comments
 (0)