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 0627767 commit bcb606cCopy full SHA for bcb606c
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,<3.1.0"] # 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