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 np.int and np.bool #148

Open
gypsyzz opened this issue Jun 11, 2024 · 4 comments
Open

fix np.int and np.bool #148

gypsyzz opened this issue Jun 11, 2024 · 4 comments

Comments

@gypsyzz
Copy link

gypsyzz commented Jun 11, 2024

np.int and np.bool has been depreciated in favour of int and bool, the version in pypi still reflect numpy versions. np.int could be changed from within Python script, but I suspect that np.bool was written into .so files.

Appreciate if you could update these changes.

@huluwwl
Copy link

huluwwl commented Jun 11, 2024

I'm also having the same issue, hopefully the author can modify it

@xuyxu
Copy link
Member

xuyxu commented Jun 12, 2024

@gypsyzz Woud appreciate a pull request very much !

@huluwwl
Copy link

huluwwl commented Jun 12, 2024

Just need to lower numpy to version 1.23.1

@xuyxu
Copy link
Member

xuyxu commented Jun 12, 2024

@huluwwl Great ! Could you open a pull request, I will help you on building the binary wheel.

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

3 participants