summaryrefslogtreecommitdiff
path: root/python-scikit-image/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'python-scikit-image/PKGBUILD')
-rw-r--r--python-scikit-image/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-scikit-image/PKGBUILD b/python-scikit-image/PKGBUILD
index b3bef65b..f8d24976 100644
--- a/python-scikit-image/PKGBUILD
+++ b/python-scikit-image/PKGBUILD
@@ -5,14 +5,14 @@
pkgname='python-scikit-image'
_pkgname="${pkgname#*-}"
pkgver=0.16.2
-pkgrel=1
+pkgrel=2
pkgdesc="Image processing routines for SciPy"
arch=('i686' 'pentium4' 'x86_64')
url="http://scikit-image.org/"
license=('BSD')
depends=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
'python-scipy'
'python-matplotlib'
'python-networkx'