From fc47de97c20480febc7d84e7a70eada5df2a8c37 Mon Sep 17 00:00:00 2001 From: emilyaf Date: Thu, 14 Dec 2023 12:35:21 -0800 Subject: [PATCH] Add a note to opensource/README.md that Bazel 7.0.0 is not yet supported. PiperOrigin-RevId: 591021350 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e9ed88d28..27e5c189b6 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,8 @@ python -m pip install --upgrade --user tf-nightly tfp-nightly You can also install from source. This requires the [Bazel]( https://bazel.build/) build system. It is highly recommended that you install the nightly build of TensorFlow (`tf-nightly`) before trying to build -TensorFlow Probability from source. +TensorFlow Probability from source. The most recent version of Bazel that TFP +currently supports is 6.4.0; support for 7.0.0+ is WIP. ```shell # sudo apt-get install bazel git python-pip # Ubuntu; others, see above links.