Skip to content

Commit a038cf2

Browse files
liufengdbtensorflower-gardener
authored andcommitted
Use the public tensorflow dependence to fix the nightly build
PiperOrigin-RevId: 337696662 Change-Id: I580afffda873b0b540734cfce7d4a4ef4179db8f
1 parent 9f2b92b commit a038cf2

File tree

1 file changed

+1
-3
lines changed
  • tensorflow/compiler/mlir/tfr

1 file changed

+1
-3
lines changed

tensorflow/compiler/mlir/tfr/BUILD

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ tf_py_test(
321321
"//tensorflow/compiler/mlir/python/mlir_wrapper:filecheck_wrapper",
322322
"//tensorflow/compiler/mlir/tfr/resources:test_ops",
323323
"//tensorflow/python:array_ops",
324-
"//tensorflow/python:client_testlib",
325324
"//tensorflow/python:math_ops",
326325
],
327326
)
@@ -345,7 +344,6 @@ py_test(
345344
":composite",
346345
":op_reg_gen",
347346
"//tensorflow/compiler/mlir/python/mlir_wrapper:filecheck_wrapper",
348-
"//tensorflow/python:client_testlib",
349347
],
350348
)
351349

@@ -354,7 +352,7 @@ py_library(
354352
srcs = ["python/test_utils.py"],
355353
srcs_version = "PY2AND3",
356354
deps = [
357-
"//tensorflow/python:client_testlib",
355+
"//tensorflow:tensorflow_py",
358356
],
359357
)
360358

0 commit comments

Comments
 (0)