We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edea820 commit bb05d25Copy full SHA for bb05d25
pythonforandroid/recipes/numpy/__init__.py
@@ -8,7 +8,7 @@
8
class NumpyRecipe(MesonRecipe):
9
version = 'v2.3.0'
10
url = 'git+https://github.com/numpy/numpy'
11
- hostpython_prerequisites = ["Cython==3.0.6"] # meson does not detects venv's cython
+ hostpython_prerequisites = ["Cython>=3.0.6", "numpy"] # meson does not detects venv's cython
12
extra_build_args = ['-Csetup-args=-Dblas=none', '-Csetup-args=-Dlapack=none']
13
need_stl_shared = True
14
min_ndk_api_support = 24
0 commit comments