Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/numpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class NumpyRecipe(MesonRecipe):
version = 'v2.3.0'
url = 'git+https://github.com/numpy/numpy'
hostpython_prerequisites = ["Cython>=3.0.6", "numpy"] # meson does not detects venv's cython
hostpython_prerequisites = ["Cython>=3.0.6", "numpy", "scikit-build-core"] # meson does not detects venv's cython
extra_build_args = ['-Csetup-args=-Dblas=none', '-Csetup-args=-Dlapack=none']
need_stl_shared = True
min_ndk_api_support = 24
Expand Down
Loading