File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed
llvm-project-overlay/mlir/python Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff 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
194194load ("@rules_python//python:repositories.bzl" , "py_repositories" , "python_register_toolchains" )
Original file line number Diff line number Diff line change @@ -53,14 +53,6 @@ filegroup(
5353 ]),
5454)
5555
56- filegroup (
57- name = "IRPyIFiles" ,
58- srcs = [
59- "mlir/_mlir_libs/_mlir/__init__.pyi" ,
60- "mlir/_mlir_libs/_mlir/ir.pyi" ,
61- ],
62- )
63-
6456filegroup (
6557 name = "MlirLibsPyFiles" ,
6658 srcs = [
@@ -75,13 +67,6 @@ filegroup(
7567 ],
7668)
7769
78- filegroup (
79- name = "PassManagerPyIFiles" ,
80- srcs = [
81- "mlir/_mlir_libs/_mlir/passmanager.pyi" ,
82- ],
83- )
84-
8570filegroup (
8671 name = "RewritePyFiles" ,
8772 srcs = [
You can’t perform that action at this time.
0 commit comments