Skip to content

Commit

Permalink
Updated minimum bazel version required to build tfmd to 6.1.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 601254828
  • Loading branch information
tf-metadata-team authored and tfx-copybara committed Jan 24, 2024
1 parent a700de3 commit 8315d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

* Bump the Ubuntu version on which TFMD is tested to 20.04 (previously
was 16.04).
* Bumped the minimum bazel version required to build `tfmd` to 6.1.0.

## Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()

load("@bazel_skylib//lib:versions.bzl", "versions")
versions.check("5.3.0")
versions.check("6.1.0")

0 comments on commit 8315d9c

Please sign in to comment.