Skip to content

Commit

Permalink
Remove dependency on pandas and scikit-learn
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 543983546
  • Loading branch information
TensorFlow Hub Authors authored and Copybara-Service committed Jun 28, 2023
1 parent ec48d01 commit 109f440
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions tensorflow_hub/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -492,30 +492,13 @@ py_library(
name = "expect_absl_py_installed",
)

# We expect pandas to already be installed on the system, e.g. via
# `pip install pandas`
py_library(
name = "expect_pandas_installed",
)

# We expect sklearn to already be installed on the system, e.g. via
# `pip install sklearn`
py_library(
name = "expect_sklearn_installed",
)

# We expect the runtime libraries for generated Python protocol messages
# to already be installed on the system, e.g. via
# `pip install protobuf`
py_library(
name = "expect_protobuf_installed",
)

# An expectation for resources import
py_library(
name = "expect_resources_installed",
)

py_library(
name = "module_v2",
srcs = ["module_v2.py"],
Expand Down

0 comments on commit 109f440

Please sign in to comment.