aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Dan Smilkov <smilkov@google.com>2016-08-31 11:56:58 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-08-31 13:04:03 -0700
commit38a4afc618634dbff731aeaff005f96f324df18a (patch)
tree2ce7605f9439eb76c1ce71317752d698d018d9dc /WORKSPACE
parentb9e62874c6d220cbfa8607692f059b2f579f4a71 (diff)
Move the frontend of the embedding projector to TensorBoard.
This is just code move and build integration. There are no UI/logic changes to TensorBoard. Change: 131862643
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE31
1 files changed, 29 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index dcfb154595..1c396a4c0e 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -118,8 +118,8 @@ new_http_archive(
new_http_archive(
name = "iron_fit_behavior",
build_file = "bower.BUILD",
- url = "https://github.com/polymerelements/iron-fit-behavior/archive/v1.2.1.tar.gz",
- strip_prefix = "iron-fit-behavior-1.2.1",
+ url = "https://github.com/polymerelements/iron-fit-behavior/archive/v1.2.5.tar.gz",
+ strip_prefix = "iron-fit-behavior-1.2.5",
)
new_http_archive(
@@ -235,6 +235,13 @@ new_http_archive(
)
new_http_archive(
+ name = "numericjs",
+ build_file = "bower.BUILD",
+ url = "https://github.com/sloisel/numeric/archive/v1.2.6.tar.gz",
+ strip_prefix = "numeric-1.2.6",
+)
+
+new_http_archive(
name = "paper_behaviors",
build_file = "bower.BUILD",
url = "https://github.com/polymerelements/paper-behaviors/archive/v1.0.11.tar.gz",
@@ -305,6 +312,13 @@ new_http_archive(
)
new_http_archive(
+ name = "paper_listbox",
+ build_file = "bower.BUILD",
+ url = "https://github.com/polymerelements/paper-listbox/archive/v1.1.2.tar.gz",
+ strip_prefix = "paper-listbox-1.1.2",
+)
+
+new_http_archive(
name = "paper_material",
build_file = "bower.BUILD",
url = "https://github.com/polymerelements/paper-material/archive/v1.0.6.tar.gz",
@@ -417,6 +431,12 @@ new_http_archive(
)
new_http_archive(
+ name = "three_js",
+ build_file = "bower.BUILD",
+ url = "https://github.com/mrdoob/three.js/archive/r77.tar.gz",
+)
+
+new_http_archive(
name = "web_animations_js",
build_file = "bower.BUILD",
url = "https://github.com/web-animations/web-animations-js/archive/2.2.1.tar.gz",
@@ -429,3 +449,10 @@ new_http_archive(
url = "https://github.com/webcomponents/webcomponentsjs/archive/v0.7.22.tar.gz",
strip_prefix = "webcomponentsjs-0.7.22",
)
+
+new_http_archive(
+ name = "weblas",
+ build_file = "bower.BUILD",
+ url = "https://github.com/waylonflinn/weblas/archive/v0.9.0.tar.gz",
+ strip_prefix = "weblas-0.9.0",
+)