diff --git a/packages/python-scipy/build.sh b/packages/python-scipy/build.sh index cf0fd7cb61..627bdf87f4 100644 --- a/packages/python-scipy/build.sh +++ b/packages/python-scipy/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://scipy.org/ TERMUX_PKG_DESCRIPTION="Fundamental algorithms for scientific computing in Python" TERMUX_PKG_LICENSE="BSD 3-Clause" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="1.16.0" +TERMUX_PKG_VERSION="1.16.1" TERMUX_PKG_SRCURL=git+https://github.com/scipy/scipy TERMUX_PKG_DEPENDS="libc++, libopenblas, python, python-numpy" TERMUX_PKG_BUILD_DEPENDS="python-numpy-static"