menpo / menpo3d

Tools for manipulating 3D meshes within the Menpo project.
http://www.menpo.org
Other
165 stars 55 forks source link

Support for numpy>1.24.0 #89

Open Sentient07 opened 9 months ago

Sentient07 commented 9 months ago

Hi,

A lot of codebase seem to use np.float which was deprecated in numpy 1.20 and removed in 1.24. Therefore, importing menpo3d raises error. An update would be much appreciated.

Cheers,