WORKSPACE 12.9 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.3.0")
V
Vijay Vasudevan 已提交
24

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

27
new_http_archive(
28
  name = "d3",
29
  build_file = "bower.BUILD",
30 31
  url = "https://github.com/mbostock-bower/d3-bower/archive/v3.5.15.tar.gz",
  strip_prefix = "d3-bower-3.5.15",
32 33
)

34
new_http_archive(
35
  name = "dagre",
36
  build_file = "bower.BUILD",
37 38
  url = "https://github.com/cpettitt/dagre/archive/v0.7.4.tar.gz",
  strip_prefix = "dagre-0.7.4",
39 40
)

41
new_http_archive(
42
  name = "es6_promise",
43
  build_file = "bower.BUILD",
44 45
  url = "https://github.com/components/es6-promise/archive/v2.1.0.tar.gz",
  strip_prefix = "es6-promise-2.1.0",
46 47
)

48
new_http_archive(
49
  name = "font_roboto",
50
  build_file = "bower.BUILD",
51 52
  url = "https://github.com/polymerelements/font-roboto/archive/v1.0.1.tar.gz",
  strip_prefix = "font-roboto-1.0.1",
53 54
)

55
new_http_archive(
56
  name = "graphlib",
A
A. Unique TensorFlower 已提交
57
  build_file = "bower.BUILD",
58 59
  url = "https://github.com/cpettitt/graphlib/archive/v1.0.7.tar.gz",
  strip_prefix = "graphlib-1.0.7",
60 61
)

62
new_http_archive(
D
Dan Mané 已提交
63 64
  name = "iron_a11y_announcer",
  build_file = "bower.BUILD",
65 66
  url = "https://github.com/polymerelements/iron-a11y-announcer/archive/v1.0.4.tar.gz",
  strip_prefix = "iron-a11y-announcer-1.0.4",
D
Dan Mané 已提交
67 68
)

69
new_http_archive(
70 71
  name = "iron_a11y_keys_behavior",
  build_file = "bower.BUILD",
72 73
  url = "https://github.com/polymerelements/iron-a11y-keys-behavior/archive/v1.1.2.tar.gz",
  strip_prefix = "iron-a11y-keys-behavior-1.1.2",
A
A. Unique TensorFlower 已提交
74 75
)

76
new_http_archive(
77
  name = "iron_ajax",
78
  build_file = "bower.BUILD",
79 80
  url = "https://github.com/polymerelements/iron-ajax/archive/v1.2.0.tar.gz",
  strip_prefix = "iron-ajax-1.2.0",
81 82
)

83
new_http_archive(
84
  name = "iron_autogrow_textarea",
85
  build_file = "bower.BUILD",
86 87
  url = "https://github.com/polymerelements/iron-autogrow-textarea/archive/v1.0.12.tar.gz",
  strip_prefix = "iron-autogrow-textarea-1.0.12",
88 89
)

90
new_http_archive(
91
  name = "iron_behaviors",
92
  build_file = "bower.BUILD",
93 94
  url = "https://github.com/polymerelements/iron-behaviors/archive/v1.0.17.tar.gz",
  strip_prefix = "iron-behaviors-1.0.17",
95 96
)

97
new_http_archive(
98
  name = "iron_checked_element_behavior",
99
  build_file = "bower.BUILD",
100 101
  url = "https://github.com/polymerelements/iron-checked-element-behavior/archive/v1.0.4.tar.gz",
  strip_prefix = "iron-checked-element-behavior-1.0.4",
102 103
)

104
new_http_archive(
105
  name = "iron_collapse",
106
  build_file = "bower.BUILD",
107 108
  url = "https://github.com/polymerelements/iron-collapse/archive/v1.0.8.tar.gz",
  strip_prefix = "iron-collapse-1.0.8",
109 110
)

111
new_http_archive(
112
  name = "iron_dropdown",
113
  build_file = "bower.BUILD",
114 115
  url = "https://github.com/polymerelements/iron-dropdown/archive/v1.4.0.tar.gz",
  strip_prefix = "iron-dropdown-1.4.0",
116 117
)

118
new_http_archive(
119
  name = "iron_fit_behavior",
120
  build_file = "bower.BUILD",
121 122
  url = "https://github.com/polymerelements/iron-fit-behavior/archive/v1.2.5.tar.gz",
  strip_prefix = "iron-fit-behavior-1.2.5",
123 124
)

125
new_http_archive(
126
  name = "iron_flex_layout",
127
  build_file = "bower.BUILD",
128 129
  url = "https://github.com/polymerelements/iron-flex-layout/archive/v1.3.0.tar.gz",
  strip_prefix = "iron-flex-layout-1.3.0",
130 131
)

132
new_http_archive(
133
  name = "iron_form_element_behavior",
134
  build_file = "bower.BUILD",
135 136
  url = "https://github.com/polymerelements/iron-form-element-behavior/archive/v1.0.6.tar.gz",
  strip_prefix = "iron-form-element-behavior-1.0.6",
137 138
)

139
new_http_archive(
140
  name = "iron_icon",
141
  build_file = "bower.BUILD",
142 143
  url = "https://github.com/polymerelements/iron-icon/archive/v1.0.8.tar.gz",
  strip_prefix = "iron-icon-1.0.8",
144 145
)

146
new_http_archive(
147 148
  name = "iron_icons",
  build_file = "bower.BUILD",
149 150
  url = "https://github.com/polymerelements/iron-icons/archive/v1.1.3.tar.gz",
  strip_prefix = "iron-icons-1.1.3",
151 152
)

153
new_http_archive(
154
  name = "iron_iconset_svg",
155
  build_file = "bower.BUILD",
156 157
  url = "https://github.com/polymerelements/iron-iconset-svg/archive/v1.0.9.tar.gz",
  strip_prefix = "iron-iconset-svg-1.0.9",
158 159
)

160
new_http_archive(
161
  name = "iron_input",
162
  build_file = "bower.BUILD",
163 164
  url = "https://github.com/polymerelements/iron-input/archive/1.0.10.tar.gz",
  strip_prefix = "iron-input-1.0.10",
165 166
)

167
new_http_archive(
168
  name = "iron_list",
169
  build_file = "bower.BUILD",
170 171
  url = "https://github.com/polymerelements/iron-list/archive/v1.1.7.tar.gz",
  strip_prefix = "iron-list-1.1.7",
172 173
)

174
new_http_archive(
175
  name = "iron_menu_behavior",
176
  build_file = "bower.BUILD",
177 178
  url = "https://github.com/polymerelements/iron-menu-behavior/archive/v1.1.8.tar.gz",
  strip_prefix = "iron-menu-behavior-1.1.8",
179 180
)

181
new_http_archive(
182
  name = "iron_meta",
183
  build_file = "bower.BUILD",
184 185
  url = "https://github.com/polymerelements/iron-meta/archive/v1.1.1.tar.gz",
  strip_prefix = "iron-meta-1.1.1",
186 187
)

188
new_http_archive(
189
  name = "iron_overlay_behavior",
190
  build_file = "bower.BUILD",
191 192
  url = "https://github.com/polymerelements/iron-overlay-behavior/archive/v1.7.6.tar.gz",
  strip_prefix = "iron-overlay-behavior-1.7.6",
193 194
)

195
new_http_archive(
196
  name = "iron_range_behavior",
197
  build_file = "bower.BUILD",
198 199
  url = "https://github.com/polymerelements/iron-range-behavior/archive/v1.0.4.tar.gz",
  strip_prefix = "iron-range-behavior-1.0.4",
200 201
)

202
new_http_archive(
203
  name = "iron_resizable_behavior",
204
  build_file = "bower.BUILD",
205 206
  url = "https://github.com/polymerelements/iron-resizable-behavior/archive/v1.0.3.tar.gz",
  strip_prefix = "iron-resizable-behavior-1.0.3",
207 208
)

209
new_http_archive(
210
  name = "iron_selector",
211
  build_file = "bower.BUILD",
212 213
  url = "https://github.com/polymerelements/iron-selector/archive/v1.5.2.tar.gz",
  strip_prefix = "iron-selector-1.5.2",
214 215
)

216
new_http_archive(
217
  name = "iron_validatable_behavior",
218
  build_file = "bower.BUILD",
219 220
  url = "https://github.com/polymerelements/iron-validatable-behavior/archive/v1.1.1.tar.gz",
  strip_prefix = "iron-validatable-behavior-1.1.1",
221 222
)

223
new_http_archive(
224
  name = "lodash",
225
  build_file = "bower.BUILD",
226 227
  url = "https://github.com/lodash/lodash/archive/3.8.0.tar.gz",
  strip_prefix = "lodash-3.8.0",
228 229
)

230
new_http_archive(
231
  name = "neon_animation",
232
  build_file = "bower.BUILD",
233 234
  url = "https://github.com/polymerelements/neon-animation/archive/v1.2.2.tar.gz",
  strip_prefix = "neon-animation-1.2.2",
235 236
)

237 238 239 240 241 242 243
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",
)

244
new_http_archive(
245
  name = "paper_behaviors",
246
  build_file = "bower.BUILD",
247 248
  url = "https://github.com/polymerelements/paper-behaviors/archive/v1.0.11.tar.gz",
  strip_prefix = "paper-behaviors-1.0.11",
249 250
)

251
new_http_archive(
252
  name = "paper_button",
253
  build_file = "bower.BUILD",
254 255
  url = "https://github.com/polymerelements/paper-button/archive/v1.0.11.tar.gz",
  strip_prefix = "paper-button-1.0.11",
256 257
)

258
new_http_archive(
259
  name = "paper_checkbox",
260
  build_file = "bower.BUILD",
261 262
  url = "https://github.com/polymerelements/paper-checkbox/archive/v1.1.3.tar.gz",
  strip_prefix = "paper-checkbox-1.1.3",
263 264
)

265
new_http_archive(
266 267
  name = "paper_dialog",
  build_file = "bower.BUILD",
268 269
  url = "https://github.com/polymerelements/paper-dialog/archive/v1.0.4.tar.gz",
  strip_prefix = "paper-dialog-1.0.4",
270 271
)

272
new_http_archive(
273 274
  name = "paper_dialog_behavior",
  build_file = "bower.BUILD",
275 276
  url = "https://github.com/polymerelements/paper-dialog-behavior/archive/v1.2.5.tar.gz",
  strip_prefix = "paper-dialog-behavior-1.2.5",
277 278
)

279
new_http_archive(
280
  name = "paper_dropdown_menu",
281
  build_file = "bower.BUILD",
282 283
  url = "https://github.com/polymerelements/paper-dropdown-menu/archive/v1.3.2.tar.gz",
  strip_prefix = "paper-dropdown-menu-1.3.2",
284 285
)

286
new_http_archive(
287
  name = "paper_header_panel",
288
  build_file = "bower.BUILD",
289 290
  url = "https://github.com/polymerelements/paper-header-panel/archive/v1.1.4.tar.gz",
  strip_prefix = "paper-header-panel-1.1.4",
291 292
)

293
new_http_archive(
294
  name = "paper_icon_button",
295
  build_file = "bower.BUILD",
296 297
  url = "https://github.com/polymerelements/paper-icon-button/archive/v1.1.1.tar.gz",
  strip_prefix = "paper-icon-button-1.1.1",
298 299
)

300
new_http_archive(
301
  name = "paper_input",
302
  build_file = "bower.BUILD",
303 304
  url = "https://github.com/polymerelements/paper-input/archive/v1.1.14.tar.gz",
  strip_prefix = "paper-input-1.1.14",
305 306
)

307
new_http_archive(
308
  name = "paper_item",
309
  build_file = "bower.BUILD",
310 311
  url = "https://github.com/polymerelements/paper-item/archive/v1.1.4.tar.gz",
  strip_prefix = "paper-item-1.1.4",
312 313
)

314 315 316 317 318 319 320
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",
)

321
new_http_archive(
322
  name = "paper_material",
323
  build_file = "bower.BUILD",
324 325
  url = "https://github.com/polymerelements/paper-material/archive/v1.0.6.tar.gz",
  strip_prefix = "paper-material-1.0.6",
326 327
)

328
new_http_archive(
329
  name = "paper_menu",
330
  build_file = "bower.BUILD",
331 332
  url = "https://github.com/polymerelements/paper-menu/archive/v1.2.2.tar.gz",
  strip_prefix = "paper-menu-1.2.2",
333 334
)

335
new_http_archive(
336
  name = "paper_menu_button",
337
  build_file = "bower.BUILD",
338 339
  url = "https://github.com/polymerelements/paper-menu-button/archive/v1.5.0.tar.gz",
  strip_prefix = "paper-menu-button-1.5.0",
340 341
)

342
new_http_archive(
343
  name = "paper_progress",
344
  build_file = "bower.BUILD",
345 346
  url = "https://github.com/polymerelements/paper-progress/archive/v1.0.9.tar.gz",
  strip_prefix = "paper-progress-1.0.9",
347 348
)

349
new_http_archive(
350
  name = "paper_radio_button",
351
  build_file = "bower.BUILD",
352 353
  url = "https://github.com/polymerelements/paper-radio-button/archive/v1.1.2.tar.gz",
  strip_prefix = "paper-radio-button-1.1.2",
354 355
)

356
new_http_archive(
357
  name = "paper_radio_group",
358
  build_file = "bower.BUILD",
359 360
  url = "https://github.com/polymerelements/paper-radio-group/archive/v1.0.9.tar.gz",
  strip_prefix = "paper-radio-group-1.0.9",
361 362
)

363
new_http_archive(
364
  name = "paper_ripple",
365
  build_file = "bower.BUILD",
366 367
  url = "https://github.com/polymerelements/paper-ripple/archive/v1.0.5.tar.gz",
  strip_prefix = "paper-ripple-1.0.5",
368 369
)

370
new_http_archive(
371
  name = "paper_slider",
372
  build_file = "bower.BUILD",
373 374
  url = "https://github.com/polymerelements/paper-slider/archive/v1.0.10.tar.gz",
  strip_prefix = "paper-slider-1.0.10",
375 376
)

377
new_http_archive(
378
  name = "paper_styles",
379
  build_file = "bower.BUILD",
380 381
  url = "https://github.com/polymerelements/paper-styles/archive/v1.1.4.tar.gz",
  strip_prefix = "paper-styles-1.1.4",
382 383
)

384
new_http_archive(
385
  name = "paper_tabs",
386
  build_file = "bower.BUILD",
387 388
  url = "https://github.com/polymerelements/paper-tabs/archive/v1.6.2.tar.gz",
  strip_prefix = "paper-tabs-1.6.2",
389 390
)

391
new_http_archive(
392
  name = "paper_toggle_button",
393
  build_file = "bower.BUILD",
394 395
  url = "https://github.com/polymerelements/paper-toggle-button/archive/v1.1.2.tar.gz",
  strip_prefix = "paper-toggle-button-1.1.2",
396 397
)

398
new_http_archive(
399
  name = "paper_toolbar",
400
  build_file = "bower.BUILD",
401 402
  url = "https://github.com/polymerelements/paper-toolbar/archive/v1.1.4.tar.gz",
  strip_prefix = "paper-toolbar-1.1.4",
403 404
)

405
new_http_archive(
406 407
  name = "paper_tooltip",
  build_file = "bower.BUILD",
408 409
  url = "https://github.com/polymerelements/paper-tooltip/archive/v1.1.2.tar.gz",
  strip_prefix = "paper-tooltip-1.1.2",
410 411
)

412
new_http_archive(
413
  name = "plottable",
414
  build_file = "bower.BUILD",
415 416
  url = "https://github.com/palantir/plottable/archive/v1.16.1.tar.gz",
  strip_prefix = "plottable-1.16.1",
417 418
)

419
new_http_archive(
420
  name = "polymer",
421
  build_file = "bower.BUILD",
422 423
  url = "https://github.com/polymer/polymer/archive/v1.6.1.tar.gz",
  strip_prefix = "polymer-1.6.1",
424 425
)

426
new_http_archive(
427
  name = "promise_polyfill",
428
  build_file = "bower.BUILD",
429 430
  url = "https://github.com/polymerlabs/promise-polyfill/archive/v1.0.0.tar.gz",
  strip_prefix = "promise-polyfill-1.0.0",
431 432
)

433 434 435 436 437 438
new_http_archive(
  name = "three_js",
  build_file = "bower.BUILD",
  url = "https://github.com/mrdoob/three.js/archive/r77.tar.gz",
)

439
new_http_archive(
440
  name = "web_animations_js",
441
  build_file = "bower.BUILD",
442 443
  url = "https://github.com/web-animations/web-animations-js/archive/2.2.1.tar.gz",
  strip_prefix = "web-animations-js-2.2.1",
444 445
)

446
new_http_archive(
447
  name = "webcomponentsjs",
448
  build_file = "bower.BUILD",
449 450
  url = "https://github.com/webcomponents/webcomponentsjs/archive/v0.7.22.tar.gz",
  strip_prefix = "webcomponentsjs-0.7.22",
451
)
452 453 454 455 456 457 458

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",
)