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 the project with numpy>=1.24 #440

Open
VDuchauffour opened this issue May 9, 2023 · 2 comments
Open

Fix the project with numpy>=1.24 #440

VDuchauffour opened this issue May 9, 2023 · 2 comments

Comments

@VDuchauffour
Copy link

Since numpy 1.24, the usage of np.float and np.int is depreced and raised an error. It must be replace with builtin float and int.
Could this be fixed?
Thank you

@blibot
Copy link

blibot commented May 27, 2023

there are not many file to change, I did fixed it myself, just by removing the np.

@VDuchauffour
Copy link
Author

We use this package in my organization, having to use a package without having a dependency (i.e. Numpy) upper bounded to a version (i.e. <=1.24) seems like an honest request to me.

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