metaseq icon indicating copy to clipboard operation
metaseq copied to clipboard

Pin numpy version to prevent further upgrade problems

Open ruanslv opened this issue 1 year ago • 4 comments

Numpy 1.24.0 deprecated np.float, causing metaseq to throw errors: https://numpy.org/doc/stable/release/1.24.0-notes.html#expired-deprecations

Given the number of bytes in the map I'm assuming we meant float32 here, even though np.float actually used 8 bytes instead of 4...

ruanslv avatar Dec 22 '22 15:12 ruanslv