Update max version of bazel supported by tensorflow to 4.99.0

This commit is contained in:
Cheney-Wang 2021-08-01 20:01:57 -07:00
parent d53fcb0601
commit 61cd92116a

View File

@ -50,7 +50,7 @@ _TF_WORKSPACE_ROOT = ''
_TF_BAZELRC = ''
_TF_CURRENT_BAZEL_VERSION = None
_TF_MIN_BAZEL_VERSION = '3.7.2'
_TF_MAX_BAZEL_VERSION = '4.1.0'
_TF_MAX_BAZEL_VERSION = '4.99.0'
NCCL_LIB_PATHS = [
'lib64/', 'lib/powerpc64le-linux-gnu/', 'lib/x86_64-linux-gnu/', ''