From f5fcad7e66361f64763ade864f1eb40e3770dda5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 14 Nov 2019 23:01:33 +0100 Subject: recompile all python packages --- python-scikit-image/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python-scikit-image') 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' -- cgit v1.2.3-54-g00ecf