Closed devnjw closed 7 months ago
Since numpy version 1.20, np.str has been deprecated. [document]
As the numpy documentation says, np.str is the same as str. I have replaced all np.str with str.
another ref: https://github.com/microsoft/qlib/pull/1507
@ZFTurbo Thank you for your quick review. Could you please release it to pypi?
Problem
Since numpy version 1.20, np.str has been deprecated. [document]
Solution
As the numpy documentation says, np.str is the same as str. I have replaced all np.str with str.
another ref: https://github.com/microsoft/qlib/pull/1507