File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
neural_structured_learning Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ licenses(["notice"])
1010py_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(
2324py_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(
3638py_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
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ py_test(
8484py_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(
117118py_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(
126128py_binary (
127129 name = "build_docs" ,
128130 srcs = ["build_docs.py" ],
131+ strict_deps = False ,
129132 deps = [
130133 # package absl:app
131134 # package absl/flags
You can’t perform that action at this time.
0 commit comments