kivy / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://kivy.org/docs/guide/packaging-ios.html
MIT License
758 stars 238 forks source link

Bump `numpy` version to `1.24.2` ( and fix the build on Python 3.10 ✅ ) #780

Closed misl6 closed 1 year ago

misl6 commented 1 year ago

numpy==1.20.2 does not work with Python 3.10 (I noticed it during #778 automated tests).

numpy==1.24.2 (the latest release), needs some more patching in order to skip a (math library related) check during configuration, but works fine during runtime. (at least with a simple example)

Also fixes: https://github.com/kivy/kivy-ios/issues/682