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

Issues with numpy 1.24 #443

Closed
apaleyes opened this issue Apr 21, 2023 · 2 comments
Closed

Issues with numpy 1.24 #443

apaleyes opened this issue Apr 21, 2023 · 2 comments

Comments

@apaleyes
Copy link
Collaborator

Apparently np.bool alias was deprecated in 1.24 for good: https://numpy.org/devdocs/release/1.24.0-notes.html . Using it now gives an error. We don't use it, but GPy does (https://github.com/SheffieldML/GPy/search?q=np.bool , as of this post the search returns 4 files). There is even an open PR in GPy repo to address this issue SheffieldML/GPy#1011.

Until this PR is merged and new version of GPy is released, we restrict numpy to <1.24.

@apaleyes
Copy link
Collaborator Author

@apaleyes
Copy link
Collaborator Author

GPy was updated, and this was addressed in #460

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

1 participant