Open miguelgfierro opened 4 months ago
It might be related to the newest version of scipy https://pypi.org/project/scipy/#history 1.14.0
@miguelgfierro @anargyri This issue is actually from cornac, and I found cornac fixed the issue by setting numpy<2.0.0
and scipy<=1.13.1
(Jun 29, 2024) in the master branch of cornac which is supposed to be in the next version of it. So I think we can do the same thing and wait until they solve the issue. Please let me know if you have other suggestions.
As of Jul 9, 2024 | Python package | latest version (release date) | previous version (release date) |
---|---|---|---|
cornac | 2.2.1 (May 24, 2024) | ||
scipy | 1.14.0 (Jun 25, 2024) | 1.13.1 (May 23, 2024) | |
numpy | 2.0..0 (Jun 16, 2024) | 1.26.4 (Feb 6, 2024) |
And I just found the issue had been resolved in https://github.com/PreferredAI/cornac/pull/631. We just need to wait for the next release of cornac.
Description
In which platform does it happen?
VM
How do we replicate the issue?
https://github.com/recommenders-team/recommenders/actions/runs/9745905406/job/26897451776
Expected behavior (i.e. solution)
Other Comments