robotology / idyntree

Multibody Dynamics Library designed for Free Floating Robots
BSD 3-Clause "New" or "Revised" License
155 stars 65 forks source link

Force installing NumPy 2.0 in CI/CD when building PyPI wheels and drop Python 3.7 and 3.8 in pip packages #1190

Closed diegoferigo closed 2 weeks ago

diegoferigo commented 2 weeks ago
diegoferigo commented 2 weeks ago

I also added a new message in CMake to make sure that the new NumPy 2.0 is found. The output produced by cibuildwheel now prints:

-- Linking SWIG Python bindings against NumPy '2.0.0'

@traversaro ready for review.