Skip to content

Commit 144ecf3

Browse files
h-jootensorflow-copybara
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 868539243
1 parent be54b31 commit 144ecf3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

neural_structured_learning/examples/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ licenses(["notice"])
1010
py_binary(
1111
name = "graph_keras_mlp_cora",
1212
srcs = ["graph_keras_mlp_cora.py"],
13+
strict_deps = False,
1314
deps = [
1415
# package absl:app
1516
# package absl/flags
@@ -23,6 +24,7 @@ py_binary(
2324
py_binary(
2425
name = "graph_nets_cora_graph_regularization",
2526
srcs = ["graph_nets_cora_graph_regularization.py"],
27+
strict_deps = False,
2628
deps = [
2729
# package absl:app
2830
# package absl/flags
@@ -36,6 +38,7 @@ py_binary(
3638
py_binary(
3739
name = "graph_nets_cora_gcn",
3840
srcs = ["graph_nets_cora_gcn.py"],
41+
strict_deps = False,
3942
deps = [
4043
# package absl:app
4144
# package absl/flags

neural_structured_learning/tools/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ py_test(
8484
py_binary(
8585
name = "build_graph",
8686
srcs = ["build_graph.py"],
87+
strict_deps = False,
8788
deps = [
8889
":build_graph_lib",
8990
],
@@ -117,6 +118,7 @@ py_test(
117118
py_binary(
118119
name = "pack_nbrs",
119120
srcs = ["pack_nbrs.py"],
121+
strict_deps = False,
120122
deps = [
121123
":pack_nbrs_lib",
122124
# package tensorflow
@@ -126,6 +128,7 @@ py_binary(
126128
py_binary(
127129
name = "build_docs",
128130
srcs = ["build_docs.py"],
131+
strict_deps = False,
129132
deps = [
130133
# package absl:app
131134
# package absl/flags

0 commit comments

Comments
 (0)