RMS icon indicating copy to clipboard operation
RMS copied to clipboard

why we must need numpy <2.0?

Open jacklinna opened this issue 1 year ago • 2 comments

there is no dpkg for python3-opencv with numpy <2.0.0;so why not upgrade it?

jacklinna avatar Sep 30 '24 12:09 jacklinna

Numpy 2 changed many function interfaces, breaking lots of codes. We still need to get back to this, test, and make sure it works correctly. We initially tried using it but the code broke in many places.

dvida avatar Oct 01 '24 15:10 dvida

This is a fix candidate: https://github.com/CroatianMeteorNetwork/RMS/pull/467

adalava avatar Jan 22 '25 23:01 adalava