vcpkg/ports/tensorflow-common/Update-bazel-max-version.patch
Cheney Wang 261c458af6
[tensorflow] Update the max version of the supported bazel (#19165)
* [tensorflow] Update the max version of the supported bazel

* Update json file
2021-07-30 13:01:31 -07:00

14 lines
411 B
Diff

diff --git a/configure.py b/configure.py
index e5428a6..9324d7b 100644
--- a/configure.py
+++ b/configure.py
@@ -47,7 +47,7 @@ _TF_WORKSPACE_ROOT = ''
_TF_BAZELRC = ''
_TF_CURRENT_BAZEL_VERSION = None
_TF_MIN_BAZEL_VERSION = '3.1.0'
-_TF_MAX_BAZEL_VERSION = '3.99.0'
+_TF_MAX_BAZEL_VERSION = '4.1.0'
NCCL_LIB_PATHS = [
'lib64/', 'lib/powerpc64le-linux-gnu/', 'lib/x86_64-linux-gnu/', ''