Skip to content

Commit 725ae68

Browse files
committed
scipy: update to 1.11.3
1 parent 89a05ba commit 725ae68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/scipy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ def arch_to_toolchain(arch):
1313

1414
class ScipyRecipe(CompiledComponentsPythonRecipe):
1515

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

0 commit comments

Comments
 (0)