From acd0717cebfde7dd0c707ddbf4915669c97e4b6a Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Mon, 10 Feb 2025 03:24:14 -0800 Subject: [PATCH] Remove `srcs_version` and `python_version` attributes, as they already default to `"PY3"` PiperOrigin-RevId: 725144878 --- .../python/examples/sparsity/keras/mnist/BUILD | 3 --- 1 file changed, 3 deletions(-) diff --git a/tensorflow_model_optimization/python/examples/sparsity/keras/mnist/BUILD b/tensorflow_model_optimization/python/examples/sparsity/keras/mnist/BUILD index a26fad0f6..6bfbc4dad 100644 --- a/tensorflow_model_optimization/python/examples/sparsity/keras/mnist/BUILD +++ b/tensorflow_model_optimization/python/examples/sparsity/keras/mnist/BUILD @@ -16,7 +16,6 @@ py_strict_binary( srcs = [ "mnist_cnn.py", ], - python_version = "PY3", deps = [ # absl:app dep1, # absl/flags dep1, @@ -34,7 +33,6 @@ py_strict_binary( srcs = [ "mnist_e2e.py", ], - python_version = "PY3", deps = [ # absl:app dep1, # absl/flags dep1, @@ -51,7 +49,6 @@ py_strict_binary( py_strict_binary( name = "mnist_e2e_sparsity2x4", srcs = ["mnist_e2e_sparsity2x4.py"], - python_version = "PY3", deps = [ # absl:app dep1, # tensorflow dep1,