From f0e9bd3c55868eb0a1f61f8cfb2b94ce011e47b4 Mon Sep 17 00:00:00 2001 From: Dan Smilkov Date: Wed, 9 Nov 2016 12:53:00 -0800 Subject: Update bower dependencies to match internal versions. Change: 138673511 --- WORKSPACE | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'WORKSPACE') 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" -) -- cgit v1.2.3