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: Pin NumPy version to <2.0.0 to avoid breaking changes #1466

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

Ari1009
Copy link
Contributor

@Ari1009 Ari1009 commented Jun 24, 2024

This change pins the NumPy version to <2.0.0 to avoid breaking changes caused by the removal of the np.float_ alias in NumPy 2.0.0. This ensures compatibility with packages that still rely on the deprecated alias.
Fixes- #1463

Copy link
Collaborator

@czgu czgu left a comment

Choose a reason for hiding this comment

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

Thank you!

@czgu czgu merged commit 7c210ce into pinterest:master Jun 24, 2024
3 checks passed
@Ari1009 Ari1009 deleted the numpy branch June 24, 2024 16:47
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