From 407a4f3b9d39055a981b91c15f6911fdb38135d5 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 17 Apr 2019 01:24:47 -0700 Subject: [PATCH] Bump the minimal Bazel version to 0.24.1 We'll have to bump the minimal Bazel version to 0.24.1 because google_cloud_cpp v0.8.1 doesn't work with Bazel 0.23.1. PiperOrigin-RevId: 243954431 --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 1a69b06a1ac..5c09b21b030 100644 --- a/configure.py +++ b/configure.py @@ -1387,7 +1387,7 @@ def main(): # environment variables. environ_cp = dict(os.environ) - current_bazel_version = check_bazel_version('0.22.0', '0.24.1') + current_bazel_version = check_bazel_version('0.24.1', '0.25.0') _TF_CURRENT_BAZEL_VERSION = convert_version_to_int(current_bazel_version) reset_tf_configure_bazelrc()