Skip to content

Specify minimal supported numpy and scipy version in pyproject.toml #16788

@rth

Description

@rth

Following the addition of pyproject.toml, we should specify minimal supported version there, so wheels are always built with the oldest supported numpy (for each supported Python version). Because we use the scipy cython BLAS API wheels should also be built with oldest supported scipy (also Python version dependent).

Specifying "numpy>=1.13.3", "scipy>=0.19.1" is not enough I think.

See how it is done in,

Should be an easy fix, but marking as a blocker for the release. Somewhat related #15917

Discovered while working on scikit-learn-contrib/scikit-learn-extra#51

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions