Yikun opened a new pull request, #37175: URL: https://github.com/apache/spark/pull/37175
### 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: https://github.com/apache/spark/pull/37117: Fix annotation: `python/pyspark/pandas/frame.py:9970: error: Need type annotation for "raveled_column_labels" [var-annotated]` https://github.com/apache/spark/pull/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](https://github.com/Yikun/spark/runs/7314545823?check_suite_focus=true#step:9:49) installed in CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
