From 888f0e9c5154718d90c1732c62267c17cc1ac41f Mon Sep 17 00:00:00 2001 From: Nick Felt Date: Tue, 9 Jan 2024 11:45:16 -0800 Subject: [PATCH] tbdev turndown: remove no-longer-needed expect_x_installed placeholder BUILD targets (#6717) No longer needed after #6705. --- tensorboard/BUILD | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/tensorboard/BUILD b/tensorboard/BUILD index d43cda55e8..f3bc155301 100644 --- a/tensorboard/BUILD +++ b/tensorboard/BUILD @@ -440,11 +440,6 @@ py_library(name = "expect_absl_app_installed") # `pip install absl-py` py_library(name = "expect_absl_flags_installed") -# This is a dummy rule used as a absl-py dependency in open-source. -# We expect absl-py to already be installed on the system, e.g. via -# `pip install absl-py` -py_library(name = "expect_absl_flags_argparse_flags_installed") - # This is a dummy rule used as a absl-py dependency in open-source. # We expect absl-py to already be installed on the system, e.g. via # `pip install absl-py` @@ -455,26 +450,11 @@ py_library(name = "expect_absl_logging_installed") # `pip install absl-py` py_library(name = "expect_absl_testing_absltest_installed") -# This is a dummy rule used as a google_auth dependency in open-source. -# We expect google_auth to already be installed on the system, e.g., via -# `pip install google-auth`. -py_library(name = "expect_google_auth_installed") - -# This is a dummy rule used as a google_auth oauthlib_dependency in open-source. -# We expect google_auth_oauthlib to already be installed on the system, e.g., via -# `pip install google-auth-oauthlib`. -py_library(name = "expect_google_auth_oauthlib_installed") - # This is a dummy rule used as a pkg-resources dependency in open-source. # We expect pkg-resources to already be installed on the system, e.g., via # `pip install setuptools`. py_library(name = "expect_pkg_resources_installed") -# This is a dummy rule used as a requests dependency in open-source. -# We expect requests to already be installed on the system, e.g., via -# `pip install requests`. -py_library(name = "expect_requests_installed") - # This is a dummy rule used as a pandas dependency in open-source. # We expect pandas to already be installed on the system, e.g. via # `pip install pandas`.