Remove :libjax alias from BUILD file. (#1996)

This commit is contained in:
Peter Hawkins 2020-01-14 11:33:21 -05:00 committed by GitHub
parent dcda87d0e7
commit 938a7f8012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,12 +43,6 @@ py_library(
deps = ["@org_tensorflow//tensorflow/compiler/xla/python:xla_client"],
)
# Old name for library, use ":jax" instead.
py_library(
name = "libjax",
deps = [":jax"],
)
py_library(
name = "stax",
srcs = ["experimental/stax.py"],