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 89a05ba commit 0321e3bCopy full SHA for 0321e3b
pythonforandroid/recipes/scipy/__init__.py
@@ -13,7 +13,7 @@ def arch_to_toolchain(arch):
13
14
class ScipyRecipe(CompiledComponentsPythonRecipe):
15
16
- version = '1.8.1'
+ version = '1.11.3'
17
url = f'https://github.com/scipy/scipy/releases/download/v{version}/scipy-{version}.zip'
18
site_packages_name = 'scipy'
19
depends = ['setuptools', 'cython', 'numpy', 'lapack', 'pybind11']
0 commit comments