Closed zhiqwang closed 2 years ago
Specifically, this is an incompatibility between pybind 2.8.1 and Eigen trunk - Eigen removed MappedSparseMatrix here 6 months ago, and this is not present yet in any released version of Eigen (tags here). Pybind fixed this here. Assuming nothing else breaks though I don't see why we can't update to pybind 2.9.2
Hi symforce team,
Seems that pybind 2.8.1 cannot be used for symforce project, we'll meet compatibility issues such as belows if we use pybind 2.8.1, so I bump pybind to 2.9.2 in this PR