-
-
Notifications
You must be signed in to change notification settings - Fork 11k
BLD: Update RELEASE_WALKTHROUGH and cythonize. #14404
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
I think we should remove the fallback use of the |
That's worth considering indeed. It means we stop treating Cython as a compiler, and make it a build-time dependency like |
a6e9c75
to
65d8249
Compare
I'll wait till this goes in, then submit a PR that removes that. |
LGTM. xref gh-14378 which pins all build/test dependencies and will hopefully notify when upstream releases a new version |
Make it less likely that the wrong cython version is used for building or cythonizing NumPy. This is motivated by the upcoming Python 3.8 release that requires the cython 0.29.13 as of 3.8.0b4.
65d8249
to
a484293
Compare
Make it less likely that the wrong cython version is used for
building or cythonizing NumPy. This is motivated by the upcoming
Python 3.8 release that requires the cython 0.29.13 as of 3.8.0b4.