We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4a40a9 + 72f7900 commit 8b12ed5Copy full SHA for 8b12ed5
1 file changed
pythonforandroid/recipes/scipy/__init__.py
@@ -12,7 +12,11 @@ class ScipyRecipe(MesonRecipe):
12
depends = ["numpy", "libopenblas", "fortran"]
13
need_stl_shared = True
14
meson_version = "1.5.0"
15
- hostpython_prerequisites = ["numpy", "Cython>=3.0.8"]
+ hostpython_prerequisites = [
16
+ "numpy",
17
+ "Cython>=3.0.8",
18
+ "pybind11>=2.13.2,<3.1.0",
19
+ ]
20
patches = ["meson.patch"]
21
22
def get_recipe_meson_options(self, arch):
0 commit comments