-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
BLD Sets minimal supported numpy version in pyproject.toml #16823
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @BenjaminLiuPenrose ! A few comments below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.