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

numba dependency is not pinned; latest version of numba breaks nodevectors #33

Closed
herbiehuff opened this issue Feb 24, 2021 · 2 comments

Comments

@herbiehuff
Copy link

herbiehuff commented Feb 24, 2021

Recently numba removed jitclass from it's module __init__. This breaks the import of jitclass.
numba/numba@4976953

Nodevectors imports jitclass so the dependency needs to be pinned.

Pinning to 0.51.2 fixes the import of nodevectors.

@VHRanger
Copy link
Owner

We don't use jitclass anymore so I can remove it entirely.

It was tried to map random walks to node names faster but was a pain.

@VHRanger
Copy link
Owner

This was actually fixed in a previous release of csrgraph.

Please run pip install --upgrade csrgraph to fix it.

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

No branches or pull requests

2 participants