Fix copybara removal of tkinter library.
PiperOrigin-RevId: 504656239
This commit is contained in:
parent
622282e034
commit
ee3d349a8d
2 changed files with 1 additions and 5 deletions
|
@ -69,10 +69,7 @@ py_library(
|
|||
name = "privacy_report",
|
||||
srcs = ["privacy_report.py"],
|
||||
srcs_version = "PY3",
|
||||
deps = [
|
||||
":membership_inference_attack",
|
||||
"//third_party/py/tkinter", # buildcleaner: keep
|
||||
],
|
||||
deps = [":membership_inference_attack"],
|
||||
)
|
||||
|
||||
py_library(
|
||||
|
|
|
@ -12,6 +12,5 @@ py_binary(
|
|||
deps = [
|
||||
"//tensorflow_privacy/privacy/privacy_tests/membership_inference_attack",
|
||||
"//tensorflow_privacy/privacy/privacy_tests/membership_inference_attack:privacy_report",
|
||||
"//third_party/py/tkinter", # buildcleaner: keep
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue