somexlab / fastddm

Python library for Differential Dynamic Microscopy analysis
https://fastddm.readthedocs.io/
GNU General Public License v3.0
3 stars 0 forks source link

Update pybind11 to v 2.12.0 #244

Closed enrico-lattuada closed 2 months ago

enrico-lattuada commented 2 months ago

Description

This PR updates the version of pybind11 from 2.10.0 to 2.12.0 to fix an incompatibility with NumPy 2.0

Motivation and context

The PR solves an error raised by the resize operation in the C++ and CUDA cores when computing the image structure function.

Resolves #243

How has this been tested?

Build and test action.

Change log

*Changed*

* Updated pybind11 version to 2.12.0

Checklist: