Skip to content

[SPARK-39762][INFRA][PS] Support latest numpy in infra #37175

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

Closed
wants to merge 1 commit into from

Conversation

Yikun
Copy link
Member

@Yikun Yikun commented Jul 13, 2022

What changes were proposed in this pull request?

Remove infra numpy<1.23.0 version limit to support numpy 1.23+ (latest) in infra.

Why are the changes needed?

After below two PRs merged:

#37117: Fix annotation: python/pyspark/pandas/frame.py:9970: error: Need type annotation for "raveled_column_labels" [var-annotated]
#37078: Fix wrong aliases in array_ufunc: NotImplementedError: pandas-on-Spark objects currently do not support <ufunc 'divide'>

We can now remove limit on infra file to support numpy > 1.23.0.

Does this PR introduce any user-facing change?

No

How was this patch tested?

CI passed and numpy 1.23.1 installed in CI

@Yikun Yikun changed the title Support numpy 1.23 in infra (Remove infra numpy<1.23.0 version limit) [SPARK-39762][INFRA][PS] Support numpy 1.23 in infra (Remove infra numpy<1.23.0 version limit) Jul 13, 2022
@Yikun
Copy link
Member Author

Yikun commented Jul 13, 2022

cc @HyukjinKwon

@Yikun Yikun changed the title [SPARK-39762][INFRA][PS] Support numpy 1.23 in infra (Remove infra numpy<1.23.0 version limit) [SPARK-39762][INFRA][PS] Support latest numpy in infra (Remove infra numpy<1.23.0 version limit) Jul 13, 2022
@Yikun Yikun changed the title [SPARK-39762][INFRA][PS] Support latest numpy in infra (Remove infra numpy<1.23.0 version limit) [SPARK-39762][INFRA][PS] Support latest numpy in infra Jul 13, 2022
@github-actions github-actions bot added the BUILD label Jul 13, 2022
Copy link
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

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

Awesome!

@HyukjinKwon
Copy link
Member

Merged to master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants