This is an archive of the discontinued LLVM Phabricator instance.

[mlir][python] Bump min pybind11 version to 2.9.0
ClosedPublic

Authored by rkayaith on May 9 2023, 8:47 PM.

Details

Summary

2.9.0 was released on December 28, 2021, and some following changes
require at least this version.

Diff Detail

Event Timeline

rkayaith created this revision.May 9 2023, 8:47 PM
Herald added a project: Restricted Project. · View Herald Transcript
rkayaith published this revision for review.May 9 2023, 8:48 PM
rkayaith added a reviewer: stellaraccident.
stellaraccident accepted this revision.May 9 2023, 9:02 PM

LGTM - but obviously wait until the bots are updated/pass.

This revision is now accepted and ready to land.May 9 2023, 9:02 PM

So the (only?) bot testing this had its config updated in https://reviews.llvm.org/D150245, but it got shut down before the changes were applied. I'm going to go ahead and land this assuming it'll be updated if/when it comes back.

This revision was automatically updated to reflect the committed changes.