Skip to content

Commit

Permalink
python-scikit-image: depends on python-scipy-2
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 committed Nov 9, 2023
1 parent 810f15b commit b451558
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tur-on-device/python-scikit-image/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ TERMUX_PKG_DESCRIPTION="Image processing in Python"
TERMUX_PKG_LICENSE="BSD 2-Clause, BSD 3-Clause, MIT"
TERMUX_PKG_MAINTAINER="@termux-user-repository"
TERMUX_PKG_VERSION="0.22.0"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/scikit-image/scikit-image/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=2875c81ffb224f9f25a1274734b502fb993cc729a2c790009d38035e52e6a123
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libc++, python, python-numpy, python-pillow, python-pywavelets, python-scipy"
TERMUX_PKG_DEPENDS="libc++, python, python-numpy, python-pillow, python-pywavelets, python-scipy-2"
TERMUX_PKG_BUILD_DEPENDS="python-pip"
TERMUX_PKG_SETUP_PYTHON=true
TERMUX_PKG_PYTHON_TARGET_DEPS_="'networkx>=2.8', 'imageio>=2.27', 'tifffile>=2022.8.12', 'packaging>=21', 'lazy_loader>=0.3'"
Expand Down

0 comments on commit b451558

Please sign in to comment.