Mark the main AutoGraph target as Py3-only.
PiperOrigin-RevId: 337510412 Change-Id: I9b53a3d84bd8145486bc1b8815d0e5d88926be8e
This commit is contained in:
parent
cbb8c1ee19
commit
721cd00d7c
@ -21,7 +21,7 @@ py_strict_library(
|
|||||||
srcs = [
|
srcs = [
|
||||||
"__init__.py",
|
"__init__.py",
|
||||||
],
|
],
|
||||||
srcs_version = "PY2AND3",
|
srcs_version = "PY3",
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
deps = [
|
deps = [
|
||||||
"//tensorflow/python:util",
|
"//tensorflow/python:util",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user