Skip to content

Commit

Permalink
hparams: add missing TensorFlow dependency
Browse files Browse the repository at this point in the history
Summary:
Fixes an unintentional omission from #2130: `api.py` (not just its test)
actually does currently depend on TensorFlow.

Part of a reorganization to match the structure described here:
<#2139 (comment)>

wchargin-branch: hparams-api-refactor
  • Loading branch information
wchargin committed Apr 26, 2019
1 parent 3e3a288 commit b8952f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorboard/plugins/hparams/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ py_library(
deps = [
":protos_all_py_pb2",
":summary",
"//tensorboard:expect_tensorflow_installed",
"@org_pythonhosted_six",
],
)
Expand Down

0 comments on commit b8952f7

Please sign in to comment.