commit | a5f9bcd64453ff3d1f64cb4da4786db3d2da7f82 | [log] [tgz] |
---|---|---|
author | A. Unique TensorFlower <gardener@tensorflow.org> | Tue Nov 12 07:08:54 2019 -0800 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Tue Nov 12 07:20:02 2019 -0800 |
tree | 447d5ae8d237776b892856384d937b6de0689242 | |
parent | 73aaa5e7f663de6ccb276264df304268276ad571 [diff] [blame] |
Upgrade Bazel to 1.1.0 PiperOrigin-RevId: 279959797 Change-Id: Ic5785033bc735d388f368aebee891160781fb193
diff --git a/configure.py b/configure.py index 15299b8..f1a2a8a 100644 --- a/configure.py +++ b/configure.py
@@ -50,7 +50,7 @@ _TF_BAZELRC = '' _TF_CURRENT_BAZEL_VERSION = None _TF_MIN_BAZEL_VERSION = '0.27.1' -_TF_MAX_BAZEL_VERSION = '0.29.1' +_TF_MAX_BAZEL_VERSION = '1.1.0' NCCL_LIB_PATHS = [ 'lib64/', 'lib/powerpc64le-linux-gnu/', 'lib/x86_64-linux-gnu/', ''