Skip to content

Commit bcb606c

Browse files
committed
numpy recipe: require older Cython
1 parent 0627767 commit bcb606c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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,<3.1.0"] # 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)