RecBole
RecBole copied to clipboard
Fix: run_recbole.py breaks with latest numpy.
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 Hello, thanks for your attention. Our new requirements file has already avoided this issue.