Bumps numpy version to 1.22.3, cython version to 0.29.28 and fixes numpy build on macOS #2575
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
0.29.15
-->0.29.28
(0.29.15
is not compatible with latestnumpy
, and0.29.28
is the max supported verison declared in Kivy.1.18.1
-->1.22.3
(which is now compatible with [WIP] Add support for Python 3.10 and make it the default while building hostpython3 and python3 #2566)macOS
(See: Numpy on MacOsX fails in ourCI
tests #2087 and error building numpy with bulldozer buildozer#1426)compiler_cxx_fix.patch
now looks un-neeeded.hostnumpy-xlocale.patch
breaks build for the macOS host, and should be handled via https://github.com/numpy/numpy/blob/3544fae2859d8ecac378b9ddc8f909c69455a831/numpy/core/src/common/numpyos.c#L19✅ The produced
⚠️ macOS checks looks good on my local machine, but tests introduced via #2574 are still failing due to an unrelated issue.
bdist_unit_tests_app-debug-1.1-.apk
passes thenumpy
tests.