Skip to content

ENH: Replace oldest-supported-numpy with numpy 1.25.x since they guarantee ABI/API compatibility since 1.19.x #54748

Closed
@matejsp

Description

@matejsp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementNeeds TriageIssue that has not been reviewed by a pandas team member

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions