silx-kit / silx

silx toolkit
http://www.silx.org/doc/silx/latest/
MIT License
119 stars 70 forks source link

Dependencies: Fixed numpy v2 deprecation warnings #4100

Closed t20100 closed 2 months ago

t20100 commented 3 months ago

Checklist:


Merge PR #4102 first!

This PR fixes deprecations warnings raised while testing silx with numpy 2 for PR #4082 (some of the deprecation warnings were also raised by numpy 1.26):

Closes #4097

@kif, @pierrepaleo please cautiously check the change in sift/alignment.

t20100 commented 2 months ago

CI is broken due to some issues with PySide6.7, PR #4108 should workaround this by pinning PySide6 for now.

t20100 commented 2 months ago

Rebased in use fixes from PR #4108

t20100 commented 2 months ago

This is ready for review