Skip to content

Commit

Permalink
tbdev turndown: remove no-longer-needed expect_x_installed placeholde…
Browse files Browse the repository at this point in the history
…r BUILD targets (tensorflow#6717)

No longer needed after tensorflow#6705.
  • Loading branch information
nfelt authored Jan 9, 2024
1 parent d953b53 commit 888f0e9
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions tensorboard/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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`.
Expand Down

0 comments on commit 888f0e9

Please sign in to comment.