Skip to content

Commit

Permalink
Add a note to opensource/README.md that Bazel 7.0.0 is not yet suppor…
Browse files Browse the repository at this point in the history
…ted.

PiperOrigin-RevId: 591021350
  • Loading branch information
emilyfertig authored and tensorflower-gardener committed Dec 14, 2023
1 parent 247d958 commit fc47de9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fc47de9

Please sign in to comment.