Skip to content

Commit 946af39

Browse files
oprypintensorflower-gardener
authored andcommitted
Remove srcs_version and python_version attributes, as they already default to "PY3"
PiperOrigin-RevId: 723644944
1 parent 1707f3f commit 946af39

File tree

1 file changed

+0
-3
lines changed
  • tensorflow_model_optimization/python/examples/sparsity/keras/mnist

1 file changed

+0
-3
lines changed

tensorflow_model_optimization/python/examples/sparsity/keras/mnist/BUILD

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ py_strict_binary(
1616
srcs = [
1717
"mnist_cnn.py",
1818
],
19-
python_version = "PY3",
2019
deps = [
2120
# absl:app dep1,
2221
# absl/flags dep1,
@@ -34,7 +33,6 @@ py_strict_binary(
3433
srcs = [
3534
"mnist_e2e.py",
3635
],
37-
python_version = "PY3",
3836
deps = [
3937
# absl:app dep1,
4038
# absl/flags dep1,
@@ -51,7 +49,6 @@ py_strict_binary(
5149
py_strict_binary(
5250
name = "mnist_e2e_sparsity2x4",
5351
srcs = ["mnist_e2e_sparsity2x4.py"],
54-
python_version = "PY3",
5552
deps = [
5653
# absl:app dep1,
5754
# tensorflow dep1,

0 commit comments

Comments
 (0)