Commit 2138f8cb authored by gunan's avatar gunan Committed by GitHub
Browse files

Merge pull request #2311 from vladmos/update_rules_closure

Update rules_closure
parents c705568b 5d8d88c2
...@@ -9,11 +9,11 @@ local_repository( ...@@ -9,11 +9,11 @@ local_repository(
# @io_bazel_rules_closure. # @io_bazel_rules_closure.
http_archive( http_archive(
name = "io_bazel_rules_closure", name = "io_bazel_rules_closure",
sha256 = "60fc6977908f999b23ca65698c2bb70213403824a84f7904310b6000d78be9ce", sha256 = "25f5399f18d8bf9ce435f85c6bbf671ec4820bc4396b3022cc5dc4bc66303609",
strip_prefix = "rules_closure-5ca1dab6df9ad02050f7ba4e816407f88690cf7d", strip_prefix = "rules_closure-0.4.2",
urls = [ urls = [
"http://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_closure/archive/5ca1dab6df9ad02050f7ba4e816407f88690cf7d.tar.gz", # 2017-02-03 "http://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_closure/archive/0.4.2.tar.gz", # 2017-08-30
"https://github.com/bazelbuild/rules_closure/archive/5ca1dab6df9ad02050f7ba4e816407f88690cf7d.tar.gz", "https://github.com/bazelbuild/rules_closure/archive/0.4.2.tar.gz",
], ],
) )
......
...@@ -52,7 +52,7 @@ py_binary( ...@@ -52,7 +52,7 @@ py_binary(
deps = [ deps = [
":reader", ":reader",
":util", ":util",
"//tensorflow:tensorflow_py, "//tensorflow:tensorflow_py",
], ],
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment