local_repository(
  name = "org_tensorflow",
  path = "tensorflow",
)

load("@org_tensorflow//tensorflow:workspace.bzl", "tf_workspace")
tf_workspace(path_prefix="", tf_repo_name="org_tensorflow")

# Test that Bazel is the correct release, tested for compatibility with the
# current SyntaxNet snapshot.
load("//syntaxnet:syntaxnet.bzl", "check_version")
check_version("0.4.3")

