Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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.