Fixed the nightly cpu build

PiperOrigin-RevId: 337449409
Change-Id: Ie86fa8400e8d9a59af5a72d44afed2094aecea5d
This commit is contained in:
Feng Liu 2020-10-15 22:46:54 -07:00 committed by TensorFlower Gardener
parent 52a388a6b7
commit 03bf890918

View File

@ -305,10 +305,6 @@ py_library(
deps = [
"//tensorflow:tensorflow_py",
"//tensorflow/compiler/mlir/tfr:tfr_wrapper",
"//tensorflow/python:op_def_registry",
"//tensorflow/python/autograph/pyct",
"//tensorflow/python/autograph/pyct/static_analysis",
"@gast_archive//:gast",
],
)
@ -335,9 +331,6 @@ py_library(
srcs_version = "PY2AND3",
deps = [
"//tensorflow:tensorflow_py",
"//tensorflow/python:op_def_registry",
"//tensorflow/python/autograph/pyct",
"@gast_archive//:gast",
],
)