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: support new numpy version #84

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

LennartPurucker
Copy link
Contributor

np.bool8 was deprecated in 1.24. But the dependencies of TabRepo (e.g. AutoGluon) support "numpy": ">=1.25.0,<2.1.4".
Thus, I replace it with its (supposedly) alias np.bool_.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@geoalgo
Copy link
Collaborator

geoalgo commented Jan 7, 2025

@Innixma I cannot approve since I am not at AWS anymore, can you take a look?

Copy link
Collaborator

@Innixma Innixma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@Innixma Innixma merged commit 4ea39e8 into autogluon:main Jan 7, 2025
1 check failed
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.

3 participants