Skip to content

Commit 504f159

Browse files
ssjhvSung Jin Hwang
authored andcommitted
Fix BUILD file.
PiperOrigin-RevId: 248405318 Change-Id: Id4b1fcef1fced732f6bd3869448b5ef6fcf1baf5
1 parent 5241efd commit 504f159

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,11 @@ sh_binary(
4141
py_binary(
4242
name = "tfci",
4343
srcs = ["examples/tfci.py"],
44-
python_version = "PY2",
4544
deps = [":tensorflow_compression"],
4645
)
4746

4847
py_binary(
4948
name = "generate_docs",
5049
srcs = ["tools/generate_docs.py"],
51-
python_version = "PY2",
5250
deps = [":tensorflow_compression"],
5351
)

0 commit comments

Comments
 (0)