kivy / kivy-ios

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

Lock Cython to 0.29.17 in Numpy recipe #834

Closed jswillard closed 10 months ago

jswillard commented 11 months ago

cython 3.0.0 was released yesterday and building numpy < 1.25.0 is not supported with cython 3.0 or newer. Without locking to a specific cython version, pip will grab the latest and numpy will fail to build.

I'm relatively new to using Kivy, so there may be a better way to accomplish this than changing the recipe file.

misl6 commented 10 months ago

Fixed via #844