[llvm] [mlir] [MLIR][Python] reland (narrower) type stub generation (PR #157930)

Maksim Levental via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 7 07:47:21 PDT 2025


makslevental wrote:

> I see that this PR introduces `find_package(nanobind 2.9 CONFIG REQUIRED)`. Before the dependency was on version `2.4`. Is 2.9 really required or does 2.8 suffice? I cannot tell if 2.9 is really needed or not. But since there was no update from 2.4 to 2.6 or 2.8 before moving to 2.9 my gut feeling is that you simply took the latest version you can find upstream.


Your "gut feeling" is incorrect - 2.9 was specifically the first release that had this fix https://github.com/wjakob/nanobind/pull/1124

https://github.com/llvm/llvm-project/pull/157930


More information about the llvm-commits mailing list