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

Fix errors due to the major update of NumPy #28

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

Conversation

KeishiS
Copy link

@KeishiS KeishiS commented Aug 29, 2024

Thank you for sharing graph kernels implementation. I fixed 2 errors caused by the update of numpy.

  • Some older numpy data types are used in GKextCPy_wrap.cxx. However, such older types are removed due to major update of numpy 2.0. I restricted the installed numpy version to be below 2.0.
  • From numpy 1.15 to 1.16, the default value of load function was changed. I modified the code to explicitly specify the argument.

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.

1 participant