aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE29
1 files changed, 18 insertions, 11 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 0634cd54b3..5d25087848 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -22,6 +22,13 @@ tf_workspace()
load("//tensorflow:tensorflow.bzl", "check_version")
check_version("0.3.2")
+new_http_archive(
+ name = "inception5h",
+ build_file = "models.BUILD",
+ url = "https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip",
+ sha256 = "d13569f6a98159de37e92e9c8ec4dae8f674fbf475f69fe6199b514f756d4364"
+)
+
# TENSORBOARD_BOWER_AUTOGENERATED_BELOW_THIS_LINE_DO_NOT_EDIT
new_http_archive(
@@ -62,8 +69,8 @@ new_http_archive(
new_http_archive(
name = "iron_a11y_announcer",
build_file = "bower.BUILD",
- url = "https://github.com/polymerelements/iron-a11y-announcer/archive/v1.0.4.tar.gz",
- strip_prefix = "iron-a11y-announcer-1.0.4",
+ url = "https://github.com/polymerelements/iron-a11y-announcer/archive/v1.0.5.tar.gz",
+ strip_prefix = "iron-a11y-announcer-1.0.5",
)
new_http_archive(
@@ -389,8 +396,15 @@ new_http_archive(
new_http_archive(
name = "paper_tabs",
build_file = "bower.BUILD",
- url = "https://github.com/polymerelements/paper-tabs/archive/v1.6.2.tar.gz",
- strip_prefix = "paper-tabs-1.6.2",
+ url = "https://github.com/polymerelements/paper-tabs/archive/v1.7.0.tar.gz",
+ strip_prefix = "paper-tabs-1.7.0",
+)
+
+new_http_archive(
+ name = "paper_toast",
+ build_file = "bower.BUILD",
+ url = "https://github.com/polymerelements/paper-toast/archive/v1.3.0.tar.gz",
+ strip_prefix = "paper-toast-1.3.0",
)
new_http_archive(
@@ -463,10 +477,3 @@ http_file(
name = "weblas_weblas_js",
url = "https://raw.githubusercontent.com/waylonflinn/weblas/v0.9.0/dist/weblas.js",
)
-
-new_http_archive(
- name = "inception5h",
- build_file = "models.BUILD",
- url = "https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip",
- sha256 = "d13569f6a98159de37e92e9c8ec4dae8f674fbf475f69fe6199b514f756d4364"
-)