You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
391 B

licenses(["restricted"])
package(default_visibility = ["//visibility:public"])
py_library(
name = "numpy",
srcs = ["tf_numpy_dummy.py"],
srcs_version = "PY3",
)
alias(
name = "headers",
actual = "@local_config_python//:numpy_headers",
)
genrule(
name = "dummy",
outs = ["tf_numpy_dummy.py"],
cmd = "touch $@",
visibility = ["//visibility:private"],
)