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

[SEDONA-609] Fix python 3.12 build issue caused by binary compatibility issues with numpy 2.0.0 #1478

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

zhangfengcdt
Copy link
Collaborator

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

Numpy 2.0.0 is released as the major release of numpy on June 16, 2024. As of right now, the pandas version still has compatible with numpy 2.0. So, to avoid issues when installing pandas with pip, you should pin numpy < 2.

How was this patch tested?

All builds should be fixed and run successfully.

Did this PR include necessary documentation updates?

  • No, this PR does not affect any public API so no need to change the documentation.

@jiayuasu jiayuasu added this to the sedona-1.6.1 milestone Jun 17, 2024
@jiayuasu jiayuasu added the bug label Jun 17, 2024
@jiayuasu jiayuasu merged commit 74d6bdc into apache:master Jun 17, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants