File tree 2 files changed +4
-7
lines changed
tensorflow_data_validation
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
load ("//tensorflow_data_validation:data_validation.bzl" , "tfdv_proto_library" , "tfdv_proto_library_py" )
2
2
3
3
package (
4
- default_visibility = [
5
- "//tensorflow_data_validation:__subpackages__" ,
6
- "//third_party/py/tfx:__subpackages__" ,
7
- ],
4
+ default_visibility = ["//tensorflow_data_validation:__subpackages__" ],
8
5
)
9
6
10
7
licenses (["notice" ])
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ py_binary(
12
12
python_version = "PY3" ,
13
13
srcs_version = "PY3" ,
14
14
deps = [
15
+ "# Implicit absl dependency:app" ,
16
+ "# Implicit apache_beam dependency." ,
17
+ "# Implicit tensorflow_docs dependency./api_generator" ,
15
18
"//tensorflow_data_validation" ,
16
- "//third_party/py/absl:app" ,
17
- "//third_party/py/apache_beam" ,
18
- "//third_party/py/tensorflow_docs/api_generator" ,
19
19
],
20
20
)
You can’t perform that action at this time.
0 commit comments