We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25686e0 commit 573955bCopy full SHA for 573955b
1 file changed
pythonforandroid/recipes/numpy/__init__.py
@@ -9,7 +9,7 @@
9
class NumpyRecipe(MesonRecipe):
10
version = 'v1.26.5'
11
url = 'git+https://github.com/numpy/numpy'
12
- hostpython_prerequisites = ["Cython>=3.0.6"] # meson does not detects venv's cython
+ hostpython_prerequisites = ["Cython==3.0.6"] # meson does not detects venv's cython
13
extra_build_args = ['-Csetup-args=-Dblas=none', '-Csetup-args=-Dlapack=none']
14
need_stl_shared = True
15
0 commit comments