Skip to content

Commit

Permalink
Remove srcs_version and python_version attributes, as they alread…
Browse files Browse the repository at this point in the history
…y default to `"PY3"`

PiperOrigin-RevId: 720941515
  • Loading branch information
oprypin authored and tensorflower-gardener committed Jan 29, 2025
1 parent 0171433 commit 55d191e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tensorflow_probability/python/experimental/linalg/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ multi_substrate_py_library(
multi_substrate_py_test(
name = "linear_operator_row_block_test",
srcs = ["linear_operator_row_block_test.py"],
python_version = "PY3",
deps = [
":linear_operator_row_block",
# numpy dep,
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/sts/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ multi_substrate_py_test(
name = "regularization_test",
size = "small",
srcs = ["regularization_test.py"],
srcs_version = "PY2AND3",
deps = [
":regularization",
# numpy dep,
Expand Down

0 comments on commit 55d191e

Please sign in to comment.