Skip to content

Commit 1ee1895

Browse files
authored
Reland "[bazel][mlir][python] Port #155741: stub auto-generation" (#159940)
Relands #157173 (reverts #157995). The stubgen was relanded here: #157930
1 parent f9cf60b commit 1ee1895

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/bazel/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ maybe(
186186
http_archive,
187187
name = "nanobind",
188188
build_file = "@llvm-raw//utils/bazel/third_party_build:nanobind.BUILD",
189-
sha256 = "bb35deaed7efac5029ed1e33880a415638352f757d49207a8e6013fefb6c49a7",
190-
strip_prefix = "nanobind-2.4.0",
191-
url = "https://github.com/wjakob/nanobind/archive/refs/tags/v2.4.0.tar.gz",
189+
sha256 = "8ce3667dce3e64fc06bfb9b778b6f48731482362fb89a43da156632266cd5a90",
190+
strip_prefix = "nanobind-2.9.2",
191+
url = "https://github.com/wjakob/nanobind/archive/refs/tags/v2.9.2.tar.gz",
192192
)
193193

194194
load("@rules_python//python:repositories.bzl", "py_repositories", "python_register_toolchains")

0 commit comments

Comments
 (0)