Skip to content

Commit

Permalink
Backend - Removed Tensorflow from backend WORKSPACE (#2856)
Browse files Browse the repository at this point in the history
Fixes #2468
  • Loading branch information
Ark-kun committed Feb 18, 2020
1 parent 9f41e68 commit 3acd78f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions WORKSPACE
Expand Up @@ -36,15 +36,6 @@ load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")

gazelle_dependencies()

http_archive(
name = "org_tensorflow",
sha256 = "24570d860d87dcfb936f53fb8dd30302452d0aa6b8b8537e4555c1bf839121a6",
strip_prefix = "tensorflow-1.13.0-rc0",
urls = [
"https://github.com/tensorflow/tensorflow/archive/v1.13.0-rc0.tar.gz",
],
)

http_archive(
name = "io_bazel_rules_closure",
sha256 = "43c9b882fa921923bcba764453f4058d102bece35a37c9f6383c713004aacff1",
Expand All @@ -55,10 +46,6 @@ http_archive(
],
)

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

tf_workspace()

load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository")

go_repository(
Expand Down

0 comments on commit 3acd78f

Please sign in to comment.