Skip to content

Commit

Permalink
Update bazel to version 6.5.0.
Browse files Browse the repository at this point in the history
Additionally fix some comments.

PiperOrigin-RevId: 639047311
  • Loading branch information
michaelreneer authored and copybara-github committed May 31, 2024
1 parent eb0a2c3 commit 53cb1ae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.0
6.5.0
5 changes: 3 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

## Breaking Changes

* Updated `bazel` to version `6.5.0`.
* Updated `rules_python` to version `0.31.0`.
* Delete deprecated `tff.learning.build_federated_evaluation`, which was
* Deleted deprecated `tff.learning.build_federated_evaluation`, which was
superseded by `tff.learning.algorithms.build_fed_eval`.

# Release 0.79.0

* Enable support for models with non-trainable variables in
* Enabled support for models with non-trainable variables in
`tff.learning.models.functional_model_from_keras`.
* Removed `farmhashpy` dependency.

Expand Down
12 changes: 8 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ http_archive(
)

# This commit is determined by
# https://github.com/tensorflow/tensorflow/blob/master/third_party/absl/workspace.bzl#L10.
# https://github.com/tensorflow/tensorflow/blob/v2.16.1/third_party/absl/workspace.bzl#L10.
http_archive(
name = "com_google_absl",
url = "https://github.com/abseil/abseil-cpp/archive/fb3621f4f897824c0dbe0615fa94543df6192f30.tar.gz",
Expand Down Expand Up @@ -106,11 +106,13 @@ http_archive(
strip_prefix = "tensorflow-2.14.0",
)

# This commit is determined by
# https://github.com/tensorflow/tensorflow/blob/v2.16.1/third_party/pybind11_abseil/workspace.bzl#L11.
http_archive(
name = "pybind11_abseil",
url = "https://github.com/pybind/pybind11_abseil/archive/38111ef06d426f75bb335a3b58aa0342f6ce0ce3.tar.gz",
sha256 = "6b669901b2ea8b302533c76439d260e502977b1e67c13ddae4cd1a7d7ca1db6a",
strip_prefix = "pybind11_abseil-38111ef06d426f75bb335a3b58aa0342f6ce0ce3",
url = "https://github.com/pybind/pybind11_abseil/archive/2c4932ed6f6204f1656e245838f4f5eae69d2e29.tar.gz",
sha256 = "0223b647b8cc817336a51e787980ebc299c8d5e64c069829bf34b69d72337449",
strip_prefix = "pybind11_abseil-2c4932ed6f6204f1656e245838f4f5eae69d2e29",
)

http_archive(
Expand All @@ -120,6 +122,8 @@ http_archive(
strip_prefix = "pybind11_bazel-2.11.1",
)

# This commit is determined by
# https://github.com/tensorflow/tensorflow/blob/v2.16.1/tensorflow/workspace2.bzl#L788.
http_archive(
name = "pybind11_protobuf",
url = "https://github.com/pybind/pybind11_protobuf/archive/80f3440cd8fee124e077e2e47a8a17b78b451363.tar.gz",
Expand Down

0 comments on commit 53cb1ae

Please sign in to comment.