Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing the .A deprecation involved by latest versions of Scipy #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

quentinhaenn
Copy link
Owner

Description

Changes involve '.A' stuff that is deprecated in latest versions of Scipy (since 1.11).
Replacing each '.A' by '.toarray()' solved the issue.

Also adding the upper bound on numpy version until 2.0 compatibility

Related Issues

Fix PreferredAI#628

Checklist:

  • I have added tests.
  • I have updated the documentation accordingly.
  • I have updated README.md (if you are adding a new model).
  • I have updated examples/README.md (if you are adding a new example).
  • I have updated datasets/README.md (if you are adding a new dataset).

Since this is already covered by existing tests and doc, I think nothing has to be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Crash when using cornac with Numpy 2.0
4 participants