Skip to content

Commit 573955b

Browse files
committed
pin cython version in numpy recipe to fix build error
1 parent 25686e0 commit 573955b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonforandroid/recipes/numpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class NumpyRecipe(MesonRecipe):
1010
version = 'v1.26.5'
1111
url = 'git+https://github.com/numpy/numpy'
12-
hostpython_prerequisites = ["Cython>=3.0.6"] # meson does not detects venv's cython
12+
hostpython_prerequisites = ["Cython==3.0.6"] # meson does not detects venv's cython
1313
extra_build_args = ['-Csetup-args=-Dblas=none', '-Csetup-args=-Dlapack=none']
1414
need_stl_shared = True
1515

0 commit comments

Comments
 (0)