Feng Zhang created SEDONA-609: --------------------------------- Summary: Fix python 3.12 build issue caused by binary compatibility issues with numpy 2.0.0 Key: SEDONA-609 URL: https://issues.apache.org/jira/browse/SEDONA-609 Project: Apache Sedona Issue Type: Improvement Reporter: Feng Zhang
Numpy 2.0.0 is released as the major release of numpy on June 16, 2024. [https://numpy.org/news/] 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. This task is to fix the python pipefile to make sure python 3.12 builds does not use numpy 2.0 until it is officially supported and tested. -- This message was sent by Atlassian Jira (v8.20.10#820010)