diff options
-rw-r--r-- | python-scikit-image/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/python-scikit-image/PKGBUILD b/python-scikit-image/PKGBUILD index b79e61f21..38f41c247 100644 --- a/python-scikit-image/PKGBUILD +++ b/python-scikit-image/PKGBUILD @@ -4,8 +4,8 @@ pkgname='python-scikit-image' _pkgname="${pkgname#*-}" -pkgver=0.18.3 -pkgrel=60 +pkgver=0.19.1 +pkgrel=1 pkgdesc="Image processing routines for SciPy" arch=('i686' 'pentium4' 'x86_64') url="http://scikit-image.org/" @@ -17,11 +17,12 @@ _pinned_dependencies=( depends=( "${_pinned_dependencies[@]}" 'cython>=0.29.13' - 'python<3.11' 'python>=3.10' + 'python<3.11' 'python-cloudpickle>=0.2.1' 'python-dask>=0.15.0' 'python-pandas>=0.23.0' + 'python-pythran' 'python-scikit-learn' 'python-seaborn>=0.7.1' 'python-wheel') @@ -34,7 +35,7 @@ optdepends=( ) options=('!emptydirs') source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/v${pkgver}.tar.gz") -sha512sums=('e5d32212339bbd7f04ae4a7663d7491cb35b3eb09e50567502fcc957347dab4da655c53944262100a1b3022372cd55fed04da90438c22e2aa880becfbf5ee588') +sha512sums=('643bfbed4b435ff8566a3c31eed7f63771fa5440ff4face86631f320ba8272e8ad60a957be4232107c160594feea60f21446ce7243b27468b7933d45e1c165f9') build() { cd "${srcdir}/${_pkgname}-${pkgver}" |