Skip to content

Commit 958ea4a

Browse files
Neural-Link Teamtensorflow-copybara
authored andcommitted
Comment out external dependencies in BUILD rules.
PiperOrigin-RevId: 267203981
1 parent 70f0c23 commit 958ea4a

File tree

5 files changed

+57
-57
lines changed

5 files changed

+57
-57
lines changed

neural_structured_learning/configs/BUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ py_library(
3030
],
3131
srcs_version = "PY2AND3",
3232
deps = [
33-
# package attrs,
34-
# package enum,
35-
# package tensorflow,
33+
# package attr
34+
# package enum
35+
# package tensorflow
3636
],
3737
)

neural_structured_learning/keras/BUILD

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ py_library(
3838
srcs = ["adversarial_regularization.py"],
3939
srcs_version = "PY2AND3",
4040
deps = [
41-
# package attrs,
41+
# package attr
4242
"//neural_structured_learning/configs",
4343
"//neural_structured_learning/lib",
44-
# package six,
45-
# package tensorflow,
44+
# package six
45+
# package tensorflow
4646
],
4747
)
4848

@@ -53,8 +53,8 @@ py_test(
5353
deps = [
5454
":adversarial_regularization",
5555
"//neural_structured_learning/configs",
56-
# package numpy,
57-
# package tensorflow,
56+
# package numpy
57+
# package tensorflow
5858
],
5959
)
6060

@@ -64,10 +64,10 @@ py_test(
6464
srcs_version = "PY2AND3",
6565
deps = [
6666
":adversarial_regularization",
67-
# package absl,
67+
# package absl/testing:parameterized
6868
"//neural_structured_learning/configs",
69-
# package numpy,
70-
# package tensorflow,
69+
# package numpy
70+
# package tensorflow
7171
# package tensorflow framework_test_lib,
7272
],
7373
)
@@ -79,7 +79,7 @@ py_library(
7979
deps = [
8080
"//neural_structured_learning/configs",
8181
"//neural_structured_learning/keras/layers",
82-
# package tensorflow,
82+
# package tensorflow
8383
],
8484
)
8585

@@ -90,10 +90,10 @@ py_test(
9090
deps = [
9191
":graph_regularization",
9292
# package protobuf,
93-
# package absl,
93+
# package absl/testing:parameterized
9494
"//neural_structured_learning/configs",
95-
# package numpy,
96-
# package tensorflow,
95+
# package numpy
96+
# package tensorflow
9797
# package tensorflow framework_test_lib,
9898
],
9999
)

neural_structured_learning/keras/layers/BUILD

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ py_test(
4242
],
4343
deps = [
4444
":layers",
45-
# package absl,
45+
# package absl/testing:parameterized
4646
"//neural_structured_learning/configs",
47-
# package numpy,
48-
# package tensorflow,
47+
# package numpy
48+
# package tensorflow
4949
# package tensorflow framework_test_lib,
5050
],
5151
)
@@ -55,10 +55,10 @@ py_library(
5555
srcs = ["neighbor_features.py"],
5656
srcs_version = "PY2AND3",
5757
deps = [
58-
# package attrs,
58+
# package attr
5959
"//neural_structured_learning/configs",
6060
"//neural_structured_learning/lib:utils",
61-
# package tensorflow,
61+
# package tensorflow
6262
],
6363
)
6464

@@ -70,10 +70,10 @@ py_test(
7070
srcs_version = "PY2AND3",
7171
deps = [
7272
":neighbor_features",
73-
# package absl,
73+
# package absl/testing:parameterized
7474
"//neural_structured_learning/configs",
75-
# package numpy,
76-
# package tensorflow,
75+
# package numpy
76+
# package tensorflow
7777
# package tensorflow framework_test_lib,
7878
],
7979
)
@@ -85,12 +85,12 @@ py_library(
8585
],
8686
srcs_version = "PY2AND3",
8787
deps = [
88-
# package attrs,
89-
# package enum,
88+
# package attr
89+
# package enum
9090
"//neural_structured_learning/configs",
9191
"//neural_structured_learning/lib:distances",
9292
"//neural_structured_learning/lib:utils",
93-
# package tensorflow,
93+
# package tensorflow
9494
],
9595
)
9696

@@ -103,9 +103,9 @@ py_test(
103103
deps = [
104104
":pairwise_distance",
105105
"//neural_structured_learning/configs",
106-
# package numpy,
107-
# package scipy,
108-
# package tensorflow,
106+
# package numpy
107+
# package scipy
108+
# package tensorflow
109109
# package tensorflow framework_test_lib,
110110
],
111111
)

neural_structured_learning/lib/BUILD

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ py_library(
5959
deps = [
6060
":abstract_gen_neighbor",
6161
":utils",
62-
# package tensorflow,
62+
# package tensorflow
6363
],
6464
)
6565

@@ -72,7 +72,7 @@ py_test(
7272
deps = [
7373
":adversarial_neighbor",
7474
"//neural_structured_learning/configs",
75-
# package tensorflow,
75+
# package tensorflow
7676
# package tensorflow framework_test_lib,
7777
],
7878
)
@@ -85,7 +85,7 @@ py_library(
8585
srcs_version = "PY2AND3",
8686
deps = [
8787
"//neural_structured_learning/configs",
88-
# package tensorflow,
88+
# package tensorflow
8989
],
9090
)
9191

@@ -98,8 +98,8 @@ py_test(
9898
deps = [
9999
":distances",
100100
"//neural_structured_learning/configs",
101-
# package numpy,
102-
# package tensorflow,
101+
# package numpy
102+
# package tensorflow
103103
],
104104
)
105105

@@ -111,7 +111,7 @@ py_library(
111111
srcs_version = "PY2AND3",
112112
deps = [
113113
"//neural_structured_learning/configs",
114-
# package tensorflow,
114+
# package tensorflow
115115
],
116116
)
117117

@@ -124,7 +124,7 @@ py_test(
124124
deps = [
125125
":multimodal_lib",
126126
"//neural_structured_learning/configs",
127-
# package tensorflow,
127+
# package tensorflow
128128
# package tensorflow framework_test_lib,
129129
],
130130
)
@@ -138,7 +138,7 @@ py_library(
138138
deps = [
139139
":distances",
140140
":utils",
141-
# package tensorflow,
141+
# package tensorflow
142142
],
143143
)
144144

@@ -151,8 +151,8 @@ py_test(
151151
deps = [
152152
":regularizer",
153153
"//neural_structured_learning/configs",
154-
# package numpy,
155-
# package tensorflow,
154+
# package numpy
155+
# package tensorflow
156156
],
157157
)
158158

@@ -164,7 +164,7 @@ py_library(
164164
srcs_version = "PY2AND3",
165165
deps = [
166166
"//neural_structured_learning/configs",
167-
# package tensorflow,
167+
# package tensorflow
168168
],
169169
)
170170

@@ -176,8 +176,8 @@ py_test(
176176
deps = [
177177
":utils",
178178
"//neural_structured_learning/configs",
179-
# package numpy,
180-
# package tensorflow,
179+
# package numpy
180+
# package tensorflow
181181
# package tensorflow framework_test_lib,
182182
],
183183
)

neural_structured_learning/tools/BUILD

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ py_library(
4040
srcs = ["graph_utils.py"],
4141
srcs_version = "PY2AND3",
4242
deps = [
43-
"//third_party/py/absl/logging",
44-
# package six,
43+
# package absl/logging
44+
# package six
4545
],
4646
)
4747

@@ -51,7 +51,7 @@ py_test(
5151
srcs_version = "PY2AND3",
5252
deps = [
5353
":graph_utils",
54-
"//third_party/py/absl/testing:absltest",
54+
# package absl/testing:absltest
5555
],
5656
)
5757

@@ -61,12 +61,12 @@ py_library(
6161
srcs_version = "PY2AND3",
6262
deps = [
6363
":graph_utils",
64-
"//third_party/py/absl:app",
65-
"//third_party/py/absl/flags",
66-
"//third_party/py/absl/logging",
67-
# package numpy,
68-
# package six,
69-
# package tensorflow,
64+
# package absl:app
65+
# package absl/flags
66+
# package absl/logging
67+
# package numpy
68+
# package six
69+
# package tensorflow
7070
],
7171
)
7272

@@ -83,11 +83,11 @@ py_library(
8383
srcs_version = "PY2AND3",
8484
deps = [
8585
":graph_utils",
86-
"//third_party/py/absl:app",
87-
"//third_party/py/absl/flags",
88-
"//third_party/py/absl/logging",
89-
# package six,
90-
# package tensorflow,
86+
# package absl:app
87+
# package absl/flags
88+
# package absl/logging
89+
# package six
90+
# package tensorflow
9191
],
9292
)
9393

@@ -104,6 +104,6 @@ py_binary(
104104
python_version = "PY3",
105105
deps = [
106106
"//neural_structured_learning",
107-
"//third_party/py/tensorflow_docs/api_generator",
107+
# package tensorflow_docs/api_generator
108108
],
109109
)

0 commit comments

Comments
 (0)