commit | 80a5a3e653f3b10e2680fe2ea9bc511e8801e273 | [log] [tgz] |
---|---|---|
author | Vijay Vasudevan <vrv@google.com> | Tue Mar 29 18:23:11 2016 -0800 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Tue Mar 29 19:33:33 2016 -0700 |
tree | 6d205c779cde774c46e6aa328a8f7ef0f85a1461 | |
parent | e3a0d6fb61cbb1dd9864684c20e49ef3fa385bb6 [diff] [blame] |
Merge changes from github. Change: 118532471
diff --git a/WORKSPACE b/WORKSPACE index 981ac77..9684883 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -16,6 +16,10 @@ load("//tensorflow:workspace.bzl", "tf_workspace") tf_workspace() +# Specify the minimum required bazel version. +load("//tensorflow:tensorflow.bzl", "check_version") +check_version("0.1.4") + # TENSORBOARD_BOWER_AUTOGENERATED_BELOW_THIS_LINE_DO_NOT_EDIT new_git_repository(