MAINT Pin numpy version 1.5.* for pypy#13011
MAINT Pin numpy version 1.5.* for pypy#13011adrinjalali merged 3 commits intoscikit-learn:masterfrom
Conversation
| which python | ||
|
|
||
| pip install --extra-index https://antocuni.github.io/pypy-wheels/ubuntu numpy Cython pytest | ||
| pip install --extra-index https://antocuni.github.io/pypy-wheels/ubuntu "numpy==1.5.*" Cython pytest |
There was a problem hiding this comment.
maybe a comment why we're having this change?
Or maybe, check the pypy version, if it's the buggy version do numpy 1.5, if not, latest?
qinhanmin2014
left a comment
There was a problem hiding this comment.
+1 to add some comments so that we can revert the change after pypi releases.
|
Thanks. Added the comment.
As far as I understand, the issue is with numpy not PyPy (that hasn't changed): We use a fixed version of PyPy3 v6.0.0 here. |
@rth You mean numpy will fix the issue? I saw the following comment in numpy/numpy#12740: |
|
And I think we need to provide an option to run pypi in PRs (like |
|
You are right, I read it a bit quickly. Well, I think my note to revert the pinning is still kind of valid.
Agreed, but probably not in this PR.. |
I'll open an issue. |
|
If not checking the pypy version, then I guess we should have an issue saying "revert change xxx once pypy fixes yyy". I just don't want us to forget to revert this. |
No strong feelings. You can open one (or keep the original issue open) but I guess this won't block us from merging the PR. |
Well, it's an issue between pypy and numpy, so if version checking happens it should take place in numpy 1.6.1 IMO. I updated the comment to reflect that this will be fixed in the next pypy release. |
|
Thanks @rth |
* Pin numpy version for pypy * Add comment * Updated comment to wait for next pypy release
* Pin numpy version for pypy * Add comment * Updated comment to wait for next pypy release
This reverts commit 29daa36.
This reverts commit 29daa36.
* Pin numpy version for pypy * Add comment * Updated comment to wait for next pypy release
Closes #13009
Temporarily revert to numpy 1.5.x for PyPy due to numpy/numpy#12740