Hi all, first of all, great work and thanks for releasing the code!
This is a very minor issue, but it seems like the numpy version suggested here (2.1.2) have some compatibility issues (to be specific, AttributeError: np.string_ was removed in the NumPy 2.0 release. Use np.bytes_ instead.) When I downgrade it to 1.26.4, some warnings come up but the whole thing works. Just wondering if you could double check to confirm if there is really nothing wrong with using numpy 1.26.4 - thanks!
Hi all, first of all, great work and thanks for releasing the code!
This is a very minor issue, but it seems like the numpy version suggested here (2.1.2) have some compatibility issues (to be specific, AttributeError:
np.string_was removed in the NumPy 2.0 release. Usenp.bytes_instead.) When I downgrade it to 1.26.4, some warnings come up but the whole thing works. Just wondering if you could double check to confirm if there is really nothing wrong with using numpy 1.26.4 - thanks!