BLD Sets minimal supported numpy version in pyproject.toml#16823
BLD Sets minimal supported numpy version in pyproject.toml#16823thomasjpfan merged 5 commits intoscikit-learn:masterfrom
Conversation
rth
left a comment
There was a problem hiding this comment.
Thanks @BenjaminLiuPenrose ! A few comments below.
rth
left a comment
There was a problem hiding this comment.
LGTM, assuming CI passes, thanks for your contribution!
(We need to wait for a second reviewer to merge).
Will make an update when I know what to do with the scipy part |
Based on this reply [https://mail.python.org/pipermail/scipy-dev/2020-April/024115.html], no need to specify scipy version for different python version at this moment. scipy>=0.19.1 will work as usual |
|
Any one can point me out why |
|
There is a temporary fix in #16843 for the CI. |
thomasjpfan
left a comment
There was a problem hiding this comment.
I see this is your first time contributing, welcome @BenjaminBossan !
LGTM
|
Thanks |
Reference Issues/PRs
Fixes #16788
What does this implement/fix? Explain your changes.
SciPy>=1.2.2 are built with OpenBLAS
SciPy 1.2 requires oldest-supported-numpy (https://pypi.org/project/oldest-supported-numpy/)
numpy>=1.16.0 starts supporting AIX machine
Any other comments?
For now changes in pyproject.toml files only, other changes in relevant files will be required.