summaryrefslogtreecommitdiff
path: root/python-scikit-image
diff options
context:
space:
mode:
Diffstat (limited to 'python-scikit-image')
-rw-r--r--python-scikit-image/PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/python-scikit-image/PKGBUILD b/python-scikit-image/PKGBUILD
index 819b012a..94e9fe5b 100644
--- a/python-scikit-image/PKGBUILD
+++ b/python-scikit-image/PKGBUILD
@@ -5,12 +5,17 @@
pkgname='python-scikit-image'
_pkgname="${pkgname#*-}"
pkgver=0.17.2
-pkgrel=2
+pkgrel=3
pkgdesc="Image processing routines for SciPy"
arch=('i686' 'pentium4' 'x86_64')
url="http://scikit-image.org/"
license=('BSD')
+_pinned_dependencies=(
+ 'gcc-libs=10.1.0'
+ 'glibc>=2.31'
+)
depends=(
+ "${_pinned_dependencies[@]}"
'python>=3.8'
'python<3.9'
'python-scipy'