drprojects / point_geometric_features

Python wrapper around C++ utility to compute local geometric features of a point cloud
MIT License
52 stars 5 forks source link

pin nanobind version #15

Closed rjanvier closed 3 months ago

rjanvier commented 3 months ago

Pin nanobind version, fix #14

nanobind 2.0.0 is out with breaking changes (nb::any is no longer part of the API for example). For now we pin nanobind to 1.9.2 to avoid build failures.