mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 03:39:01 +08:00
261c458af6
* [tensorflow] Update the max version of the supported bazel * Update json file
14 lines
411 B
Diff
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/', ''
|