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

edit numpy.int to int to adapt newer version of numpy #70

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

Seekerzero
Copy link
Contributor

numpy.int (along with other similar types) was deprecated in NumPy 1.20 and subsequently removed in NumPy 1.24. Therefore, using numpy.int in versions after 1.24 will raise an error.
I tested the result, it should be good to edit it.

@koide3
Copy link
Owner

koide3 commented Feb 13, 2024

LGTM. Thanks a lot!

@koide3 koide3 merged commit 8a03c73 into koide3:main Feb 13, 2024
0 of 2 checks passed
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.

2 participants