Skip to content

Commit bb05d25

Browse files
committed
test version range
1 parent edea820 commit bb05d25

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
@@ -8,7 +8,7 @@
88
class NumpyRecipe(MesonRecipe):
99
version = 'v2.3.0'
1010
url = 'git+https://github.com/numpy/numpy'
11-
hostpython_prerequisites = ["Cython==3.0.6"] # meson does not detects venv's cython
11+
hostpython_prerequisites = ["Cython>=3.0.6", "numpy"] # meson does not detects venv's cython
1212
extra_build_args = ['-Csetup-args=-Dblas=none', '-Csetup-args=-Dlapack=none']
1313
need_stl_shared = True
1414
min_ndk_api_support = 24

0 commit comments

Comments
 (0)