Skip to content

Commit 0321e3b

Browse files
committed
scipy: update to 1.11.3
1 parent 89a05ba commit 0321e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/scipy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def arch_to_toolchain(arch):
1313

1414
class ScipyRecipe(CompiledComponentsPythonRecipe):
1515

16-
version = '1.8.1'
16+
version = '1.11.3'
1717
url = f'https://github.com/scipy/scipy/releases/download/v{version}/scipy-{version}.zip'
1818
site_packages_name = 'scipy'
1919
depends = ['setuptools', 'cython', 'numpy', 'lapack', 'pybind11']

0 commit comments

Comments
 (0)