8000 Specify minimal supported numpy and scipy version in pyproject.toml · Issue #16788 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rth opened this issue Mar 28, 2020 · 1 comment · Fixed by #16823
Closed

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

rth opened this issue Mar 28, 2020 · 1 comment · Fixed by #16823

Comments

@rth
Copy link
Member
rth commented Mar 28, 2020

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

@BenjaminLiuPenrose
Copy link
Contributor

Potential fixes in #16823

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
0