File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
tensorflow_probability/python Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1264,6 +1264,7 @@ multi_substrate_py_test(
1264
1264
":softmax_centered" ,
1265
1265
":softplus" ,
1266
1266
# absl/testing:parameterized dep,
1267
+ # mock dep,
1267
1268
# tensorflow dep,
1268
1269
"//tensorflow_probability/python/internal:tensorshape_util" ,
1269
1270
"//tensorflow_probability/python/internal:test_util" ,
@@ -1303,6 +1304,7 @@ multi_substrate_py_test(
1303
1304
":softmax_centered" ,
1304
1305
":softplus" ,
1305
1306
":split" ,
1307
+ # mock dep,
1306
1308
# numpy dep,
1307
1309
# tensorflow dep,
1308
1310
"//tensorflow_probability/python/internal:tensorshape_util" ,
Original file line number Diff line number Diff line change @@ -149,7 +149,6 @@ multi_substrate_py_library(
149
149
"//tensorflow_probability/python/internal:dtype_util" ,
150
150
"//tensorflow_probability/python/internal:prefer_static" ,
151
151
"//tensorflow_probability/python/internal:variadic_reduce" ,
152
- # tensorflow/compiler/jit dep,
153
152
],
154
153
)
155
154
Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ multi_substrate_py_test(
218
218
":holiday_effects" ,
219
219
# holidays dep,
220
220
# numpy dep,
221
+ # pandas dep,
221
222
# tensorflow dep,
222
223
"//tensorflow_probability/python/internal:test_util" ,
223
224
],
You can’t perform that action at this time.
0 commit comments