aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-09-27 12:57:24 -0700
committerGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-09-27 13:38:04 -0700
commitf172c52ac74ae6db228119b90785add81648372e (patch)
tree62d132d05cb231f698c4e3a91966cf500a4a288c /tensorflow/workspace.bzl
parent4cedc8b6e738b7a188c9c091cf667bacafae44b7 (diff)
Fixed the broken unit tests
Diffstat (limited to 'tensorflow/workspace.bzl')
-rwxr-xr-xtensorflow/workspace.bzl16
1 files changed, 8 insertions, 8 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index e5a0a0b2b7..6966783efd 100755
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -862,11 +862,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
tf_http_archive(
name = "ngraph",
urls = [
- "https://mirror.bazel.build/github.com/NervanaSystems/ngraph/archive/v0.8.0.tar.gz",
- "https://github.com/NervanaSystems/ngraph/archive/v0.8.0.tar.gz",
+ "https://mirror.bazel.build/github.com/NervanaSystems/ngraph/archive/v0.8.1.tar.gz",
+ "https://github.com/NervanaSystems/ngraph/archive/v0.8.1.tar.gz",
],
- sha256 = "a8cf3ef2d0e6d31b54eb33f6a9e795f562195ce5c2a857e729ca9c35241cc45c",
- strip_prefix = "ngraph-0.8.0",
+ sha256 = "bf9dcc88e5c66021e3aac80491a231711211540d613bf9b6bd28db3f5bb86b62",
+ strip_prefix = "ngraph-0.8.1",
build_file = clean_dep("//third_party/ngraph:ngraph.BUILD"),
)
@@ -884,11 +884,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
tf_http_archive(
name = "ngraph_tf",
urls = [
- "https://mirror.bazel.build/github.com/NervanaSystems/ngraph-tf/archive/v0.6.0.tar.gz",
- "https://github.com/NervanaSystems/ngraph-tf/archive/v0.6.0.tar.gz",
+ "https://mirror.bazel.build/github.com/NervanaSystems/ngraph-tf/archive/v0.6.1.tar.gz",
+ "https://github.com/NervanaSystems/ngraph-tf/archive/v0.6.1.tar.gz",
],
- sha256 = "1f49391c02bef24872e9f85591e60e0e7eef12a337db71390444118049fe451f",
- strip_prefix = "ngraph-tf-0.6.0",
+ sha256 = "402f84c748c113780a60f35f39aab118435285543aee4900d712b76fbf8a21ee",
+ strip_prefix = "ngraph-tf-0.6.1",
build_file = clean_dep("//third_party/ngraph:ngraph_tf.BUILD"),
)