Skip to content

Commit 55d191e

Browse files
oprypintensorflower-gardener
authored andcommitted
Remove srcs_version and python_version attributes, as they already default to "PY3"
PiperOrigin-RevId: 720941515
1 parent 0171433 commit 55d191e

File tree

2 files changed

+0
-2
lines changed
  • tensorflow_probability/python

2 files changed

+0
-2
lines changed

tensorflow_probability/python/experimental/linalg/BUILD

-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ multi_substrate_py_library(
123123
multi_substrate_py_test(
124124
name = "linear_operator_row_block_test",
125125
srcs = ["linear_operator_row_block_test.py"],
126-
python_version = "PY3",
127126
deps = [
128127
":linear_operator_row_block",
129128
# numpy dep,

tensorflow_probability/python/sts/BUILD

-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ multi_substrate_py_test(
238238
name = "regularization_test",
239239
size = "small",
240240
srcs = ["regularization_test.py"],
241-
srcs_version = "PY2AND3",
242241
deps = [
243242
":regularization",
244243
# numpy dep,

0 commit comments

Comments
 (0)