Files
tensorflow/third_party/py/non_hermetic/numpy/BUILD
A. Unique TensorFlower e85860e838 use hermetic Python in Tensorflow.
See ci/official/requirements_updater/README.md for details.

PiperOrigin-RevId: 546059481
2023-07-06 12:29:19 -07:00

22 lines
391 B
Python

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"],
)