Skip to content

Commit

Permalink
Update nanobind dependency to v2.4.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 703324686
  • Loading branch information
hawkinsp authored and Google-ML-Automation committed Dec 6, 2024
1 parent 61a8f63 commit 79ae3a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third_party/nanobind/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
def repo():
tf_http_archive(
name = "nanobind",
strip_prefix = "nanobind-2.2.0",
sha256 = "bfbfc7e5759f1669e4ddb48752b1ddc5647d1430e94614d6f8626df1d508e65a",
urls = tf_mirror_urls("https://github.com/wjakob/nanobind/archive/refs/tags/v2.2.0.tar.gz"),
strip_prefix = "nanobind-2.4.0",
sha256 = "bb35deaed7efac5029ed1e33880a415638352f757d49207a8e6013fefb6c49a7",
urls = tf_mirror_urls("https://github.com/wjakob/nanobind/archive/refs/tags/v2.4.0.tar.gz"),
build_file = "//third_party/nanobind:nanobind.BUILD",
)

0 comments on commit 79ae3a9

Please sign in to comment.