Closed
Description
Feature Type
-
Adding new functionality to pandas
-
Changing existing functionality in pandas
-
Removing existing functionality in pandas
Problem Description
With 1.25 numpy it is not possible to build against latest numpy and retain compatibility from 1.19 forward: https://numpy.org/doc/stable/dev/depending_on_numpy.html
It is getting hard to build old numpy on latest MacOSX:
scipy/oldest-supported-numpy#77
numpy/numpy#17987
pypa/wheel#385
Feature Description
Use latest version of numpy for all platforms since pandas and numpy now have minimum python of 3.9.
Alternative Solutions
Alternative solution is to continue the battle with building unsupported versions of numpy.
Additional Context
No response