WORKSPACE 10.1 KB
Newer Older
V
Vijay Vasudevan 已提交
1 2
workspace(name = "org_tensorflow")

3 4 5 6 7 8 9 10 11 12 13 14 15 16
# Uncomment and update the paths in these entries to build the Android demo.
#android_sdk_repository(
#    name = "androidsdk",
#    api_level = 23,
#    build_tools_version = "23.0.1",
#    # Replace with path to Android SDK on your system
#    path = "<PATH_TO_SDK>",
#)
#
#android_ndk_repository(
#    name="androidndk",
#    path="<PATH_TO_NDK>",
#    api_level=21)

17
# Please add all new TensorFlow dependencies in workspace.bzl.
18 19
load("//tensorflow:workspace.bzl", "tf_workspace")
tf_workspace()
20

V
Vijay Vasudevan 已提交
21 22
# Specify the minimum required bazel version.
load("//tensorflow:tensorflow.bzl", "check_version")
23
check_version("0.2.0")
V
Vijay Vasudevan 已提交
24

A
A. Unique TensorFlower 已提交
25 26
# TENSORBOARD_BOWER_AUTOGENERATED_BELOW_THIS_LINE_DO_NOT_EDIT

27
new_git_repository(
28
  name = "d3",
29
  build_file = "bower.BUILD",
30
  remote = "https://github.com/mbostock-bower/d3-bower.git",
31
  tag = "v3.5.15",
32 33 34
)

new_git_repository(
35
  name = "dagre",
36
  build_file = "bower.BUILD",
37 38
  remote = "https://github.com/cpettitt/dagre.git",
  tag = "v0.7.4",
39 40 41
)

new_git_repository(
42
  name = "es6_promise",
43
  build_file = "bower.BUILD",
44
  remote = "https://github.com/components/es6-promise.git",
45
  tag = "v2.1.0",
46 47 48
)

new_git_repository(
49
  name = "font_roboto",
50
  build_file = "bower.BUILD",
D
Dan Mané 已提交
51
  remote = "https://github.com/polymerelements/font-roboto.git",
52
  tag = "v1.0.1",
53 54
)

A
A. Unique TensorFlower 已提交
55
new_git_repository(
56
  name = "graphlib",
A
A. Unique TensorFlower 已提交
57
  build_file = "bower.BUILD",
58 59
  remote = "https://github.com/cpettitt/graphlib.git",
  tag = "v1.0.7",
60 61
)

D
Dan Mané 已提交
62 63 64
new_git_repository(
  name = "iron_a11y_announcer",
  build_file = "bower.BUILD",
D
Dan Mané 已提交
65
  remote = "https://github.com/polymerelements/iron-a11y-announcer.git",
D
Dan Mané 已提交
66 67 68
  tag = "v1.0.4",
)

69 70 71
new_git_repository(
  name = "iron_a11y_keys_behavior",
  build_file = "bower.BUILD",
D
Dan Mané 已提交
72
  remote = "https://github.com/polymerelements/iron-a11y-keys-behavior.git",
73
  tag = "v1.1.2",
A
A. Unique TensorFlower 已提交
74 75
)

76
new_git_repository(
77
  name = "iron_ajax",
78
  build_file = "bower.BUILD",
D
Dan Mané 已提交
79
  remote = "https://github.com/polymerelements/iron-ajax.git",
80
  tag = "v1.2.0",
81 82 83
)

new_git_repository(
84
  name = "iron_autogrow_textarea",
85
  build_file = "bower.BUILD",
D
Dan Mané 已提交
86
  remote = "https://github.com/polymerelements/iron-autogrow-textarea.git",
87
  tag = "v1.0.11",
88 89 90
)

new_git_repository(
91
  name = "iron_behaviors",
92
  build_file = "bower.BUILD",
D
Dan Mané 已提交
93
  remote = "https://github.com/polymerelements/iron-behaviors.git",
94
  tag = "v1.0.16",
95 96 97
)

new_git_repository(
98
  name = "iron_checked_element_behavior",
99
  build_file = "bower.BUILD",
D
Dan Mané 已提交
100
  remote = "https://github.com/polymerelements/iron-checked-element-behavior.git",
101
  tag = "v1.0.4",
102 103 104
)

new_git_repository(
105
  name = "iron_collapse",
106
  build_file = "bower.BUILD",
D
Dan Mané 已提交
107
  remote = "https://github.com/polymerelements/iron-collapse.git",
108
  tag = "v1.0.8",
109 110 111
)

new_git_repository(
112
  name = "iron_dropdown",
113
  build_file = "bower.BUILD",
114
  remote = "https://github.com/polymerelements/iron-dropdown.git",
115
  tag = "v1.4.0",
116 117 118
)

new_git_repository(
119
  name = "iron_fit_behavior",
120
  build_file = "bower.BUILD",
D
Dan Mané 已提交
121
  remote = "https://github.com/polymerelements/iron-fit-behavior.git",
122
  tag = "v1.2.1",
123 124 125
)

new_git_repository(
126
  name = "iron_flex_layout",
127
  build_file = "bower.BUILD",
128
  remote = "https://github.com/polymerelements/iron-flex-layout.git",
129
  tag = "v1.3.0",
130 131 132
)

new_git_repository(
133
  name = "iron_form_element_behavior",
134
  build_file = "bower.BUILD",
D
Dan Mané 已提交
135
  remote = "https://github.com/polymerelements/iron-form-element-behavior.git",
136
  tag = "v1.0.6",
137 138 139
)

new_git_repository(
140
  name = "iron_icon",
141
  build_file = "bower.BUILD",
142
  remote = "https://github.com/polymerelements/iron-icon.git",
143
  tag = "v1.0.8",
144 145 146
)

new_git_repository(
147
  name = "iron_icons",
148
  build_file = "bower.BUILD",
149
  remote = "https://github.com/polymerelements/iron-icons.git",
150
  tag = "v1.1.3",
151 152 153
)

new_git_repository(
154
  name = "iron_iconset_svg",
155
  build_file = "bower.BUILD",
D
Dan Mané 已提交
156
  remote = "https://github.com/polymerelements/iron-iconset-svg.git",
157
  tag = "v1.0.9",
158 159 160
)

new_git_repository(
161
  name = "iron_input",
162
  build_file = "bower.BUILD",
D
Dan Mané 已提交
163
  remote = "https://github.com/polymerelements/iron-input.git",
164
  tag = "v1.0.7",
165 166 167
)

new_git_repository(
168
  name = "iron_list",
169
  build_file = "bower.BUILD",
D
Dan Mané 已提交
170
  remote = "https://github.com/polymerelements/iron-list.git",
171
  tag = "v1.1.7",
172 173 174
)

new_git_repository(
175
  name = "iron_menu_behavior",
176
  build_file = "bower.BUILD",
D
Dan Mané 已提交
177
  remote = "https://github.com/polymerelements/iron-menu-behavior.git",
178
  tag = "v1.1.8",
179 180 181
)

new_git_repository(
182
  name = "iron_meta",
183
  build_file = "bower.BUILD",
D
Dan Mané 已提交
184
  remote = "https://github.com/polymerelements/iron-meta.git",
185
  tag = "v1.1.1",
186 187 188
)

new_git_repository(
189
  name = "iron_overlay_behavior",
190
  build_file = "bower.BUILD",
191
  remote = "https://github.com/polymerelements/iron-overlay-behavior.git",
192
  tag = "v1.7.6",
193 194 195
)

new_git_repository(
196
  name = "iron_range_behavior",
197
  build_file = "bower.BUILD",
D
Dan Mané 已提交
198
  remote = "https://github.com/polymerelements/iron-range-behavior.git",
199
  tag = "v1.0.4",
200 201 202
)

new_git_repository(
203
  name = "iron_resizable_behavior",
204
  build_file = "bower.BUILD",
205
  remote = "https://github.com/polymerelements/iron-resizable-behavior.git",
206
  tag = "v1.0.3",
207 208 209
)

new_git_repository(
210
  name = "iron_selector",
211
  build_file = "bower.BUILD",
D
Dan Mané 已提交
212
  remote = "https://github.com/polymerelements/iron-selector.git",
213
  tag = "v1.2.4",
214 215 216
)

new_git_repository(
217
  name = "iron_validatable_behavior",
218
  build_file = "bower.BUILD",
D
Dan Mané 已提交
219
  remote = "https://github.com/polymerelements/iron-validatable-behavior.git",
220
  tag = "v1.1.1",
221 222 223
)

new_git_repository(
224
  name = "lodash",
225
  build_file = "bower.BUILD",
226
  remote = "https://github.com/lodash/lodash.git",
D
Dan Mané 已提交
227
  tag = "3.8.0",
228 229 230
)

new_git_repository(
231
  name = "neon_animation",
232
  build_file = "bower.BUILD",
233
  remote = "https://github.com/polymerelements/neon-animation.git",
234
  tag = "v1.2.2",
235 236 237
)

new_git_repository(
238
  name = "paper_behaviors",
239
  build_file = "bower.BUILD",
D
Dan Mané 已提交
240
  remote = "https://github.com/polymerelements/paper-behaviors.git",
241
  tag = "v1.0.11",
242 243 244
)

new_git_repository(
245
  name = "paper_button",
246
  build_file = "bower.BUILD",
D
Dan Mané 已提交
247
  remote = "https://github.com/polymerelements/paper-button.git",
248
  tag = "v1.0.11",
249 250 251
)

new_git_repository(
252
  name = "paper_checkbox",
253
  build_file = "bower.BUILD",
D
Dan Mané 已提交
254
  remote = "https://github.com/polymerelements/paper-checkbox.git",
255
  tag = "v1.1.3",
256 257
)

258 259 260 261 262 263 264 265 266 267 268
new_git_repository(
  name = "paper_dialog",
  build_file = "bower.BUILD",
  remote = "https://github.com/polymerelements/paper-dialog.git",
  tag = "v1.0.4",
)

new_git_repository(
  name = "paper_dialog_behavior",
  build_file = "bower.BUILD",
  remote = "https://github.com/polymerelements/paper-dialog-behavior.git",
269
  tag = "v1.2.5",
270 271
)

272
new_git_repository(
273
  name = "paper_dropdown_menu",
274
  build_file = "bower.BUILD",
D
Dan Mané 已提交
275
  remote = "https://github.com/polymerelements/paper-dropdown-menu.git",
276
  tag = "v1.1.3",
277 278 279
)

new_git_repository(
280
  name = "paper_header_panel",
281
  build_file = "bower.BUILD",
D
Dan Mané 已提交
282
  remote = "https://github.com/polymerelements/paper-header-panel.git",
283
  tag = "v1.1.4",
284 285 286
)

new_git_repository(
287
  name = "paper_icon_button",
288
  build_file = "bower.BUILD",
D
Dan Mané 已提交
289
  remote = "https://github.com/polymerelements/paper-icon-button.git",
290
  tag = "v1.1.1",
291 292 293
)

new_git_repository(
294
  name = "paper_input",
295
  build_file = "bower.BUILD",
D
Dan Mané 已提交
296
  remote = "https://github.com/polymerelements/paper-input.git",
D
Dan Mané 已提交
297
  tag = "v1.1.5",
298 299 300
)

new_git_repository(
301
  name = "paper_item",
302
  build_file = "bower.BUILD",
D
Dan Mané 已提交
303
  remote = "https://github.com/polymerelements/paper-item.git",
304
  tag = "v1.1.4",
305 306 307
)

new_git_repository(
308
  name = "paper_material",
309
  build_file = "bower.BUILD",
310 311
  remote = "https://github.com/polymerelements/paper-material.git",
  tag = "v1.0.6",
312 313 314
)

new_git_repository(
315
  name = "paper_menu",
316
  build_file = "bower.BUILD",
D
Dan Mané 已提交
317
  remote = "https://github.com/polymerelements/paper-menu.git",
318
  tag = "v1.2.2",
319 320 321
)

new_git_repository(
322
  name = "paper_menu_button",
323
  build_file = "bower.BUILD",
324
  remote = "https://github.com/polymerelements/paper-menu-button.git",
325
  tag = "v1.2.0",
326 327 328
)

new_git_repository(
329
  name = "paper_progress",
330
  build_file = "bower.BUILD",
D
Dan Mané 已提交
331 332
  remote = "https://github.com/polymerelements/paper-progress.git",
  tag = "v1.0.9",
333 334 335
)

new_git_repository(
336
  name = "paper_radio_button",
337
  build_file = "bower.BUILD",
D
Dan Mané 已提交
338
  remote = "https://github.com/polymerelements/paper-radio-button.git",
339
  tag = "v1.1.2",
340 341 342
)

new_git_repository(
343
  name = "paper_radio_group",
344
  build_file = "bower.BUILD",
D
Dan Mané 已提交
345
  remote = "https://github.com/polymerelements/paper-radio-group.git",
346
  tag = "v1.0.9",
347 348 349
)

new_git_repository(
350
  name = "paper_ripple",
351
  build_file = "bower.BUILD",
D
Dan Mané 已提交
352
  remote = "https://github.com/polymerelements/paper-ripple.git",
353
  tag = "v1.0.5",
354 355 356
)

new_git_repository(
357
  name = "paper_slider",
358
  build_file = "bower.BUILD",
D
Dan Mané 已提交
359
  remote = "https://github.com/polymerelements/paper-slider.git",
360
  tag = "v1.0.10",
361 362 363
)

new_git_repository(
364
  name = "paper_styles",
365
  build_file = "bower.BUILD",
D
Dan Mané 已提交
366
  remote = "https://github.com/polymerelements/paper-styles.git",
367
  tag = "v1.1.4",
368 369 370
)

new_git_repository(
371
  name = "paper_tabs",
372
  build_file = "bower.BUILD",
D
Dan Mané 已提交
373
  remote = "https://github.com/polymerelements/paper-tabs.git",
374
  tag = "v1.6.2",
375 376 377
)

new_git_repository(
378
  name = "paper_toggle_button",
379
  build_file = "bower.BUILD",
D
Dan Mané 已提交
380
  remote = "https://github.com/polymerelements/paper-toggle-button.git",
381
  tag = "v1.1.2",
382 383 384
)

new_git_repository(
385
  name = "paper_toolbar",
386
  build_file = "bower.BUILD",
D
Dan Mané 已提交
387
  remote = "https://github.com/polymerelements/paper-toolbar.git",
388
  tag = "v1.1.4",
389 390
)

391 392 393 394 395 396 397
new_git_repository(
  name = "paper_tooltip",
  build_file = "bower.BUILD",
  remote = "https://github.com/polymerelements/paper-tooltip.git",
  tag = "v1.1.2",
)

398
new_git_repository(
399
  name = "plottable",
400
  build_file = "bower.BUILD",
401
  remote = "https://github.com/palantir/plottable.git",
402
  tag = "v1.16.1",
403 404 405
)

new_git_repository(
406
  name = "polymer",
407
  build_file = "bower.BUILD",
D
Dan Mané 已提交
408
  remote = "https://github.com/polymer/polymer.git",
409
  tag = "v1.6.0",
410 411 412
)

new_git_repository(
413
  name = "promise_polyfill",
414
  build_file = "bower.BUILD",
415 416
  remote = "https://github.com/polymerlabs/promise-polyfill.git",
  tag = "v1.0.0",
417 418
)

419
new_git_repository(
420
  name = "web_animations_js",
421
  build_file = "bower.BUILD",
422
  remote = "https://github.com/web-animations/web-animations-js.git",
423
  tag = "2.2.1",
424 425 426
)

new_git_repository(
427
  name = "webcomponentsjs",
428
  build_file = "bower.BUILD",
429
  remote = "https://github.com/webcomponents/webcomponentsjs.git",
430
  tag = "v0.7.22",
431
)