tmontaigu / CloudCompare-PythonRuntime

Python plugin for CloudCompare
55 stars 15 forks source link

Fix for pybind11>=2.12 #102

Closed rjanvier closed 7 months ago

rjanvier commented 7 months ago

Fix compilation with pybind11 >= 2.12 and compatibility with Numpy2.0. in pybind11 2.12 PyArrayDescr_Proxy no longer have a names field.

Two possible alternatives

tmontaigu commented 7 months ago

I'm fine with removing numpyu cloud but since you did the work of making it compile we can keep it