From 586cd2ac5da4306371f45cbd2e01b67ef8ab71d3 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sun, 27 Jul 2025 18:43:46 +0000 Subject: [PATCH] bump(main/python-scipy): 1.16.1 This commit has been automatically submitted by Github Actions. --- packages/python-scipy/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"