recommenders-team / recommenders

Best Practices on Recommendation Systems
https://recommenders-team.github.io/recommenders/intro.html
MIT License
18.81k stars 3.07k forks source link

[BUG] Remove scipy<=1.13.1 #2128

Open SimonYansenZhao opened 2 months ago

SimonYansenZhao commented 2 months ago

Description

The PR #2127 set scipy<=1.13.1 because of the deprecated .A in scipy is still used in cornac. This issue is just a reminder of removing this setting when cornac releases a new version (>2.2.1) that resolves the problem.

In which platform does it happen?

How do we replicate the issue?

Expected behavior (i.e. solution)

Other Comments