RecBole icon indicating copy to clipboard operation
RecBole copied to clipboard

Fix: run_recbole.py breaks with latest numpy.

Open morkapronczay opened this issue 1 year ago • 1 comments

From numpy==1.24 using bool8 is deprecated. Fixed the numpy dependency to version 1.23.1 to avoid having issues with the use of bool8.

morkapronczay avatar Sep 11 '24 12:09 morkapronczay

@morkapronczay Hello, thanks for your attention. Our new requirements file has already avoided this issue.

TayTroye avatar Feb 17 '25 11:02 TayTroye