summaryrefslogtreecommitdiff
path: root/python-scikit-image
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-05-05 21:15:32 +0200
committerErich Eckner <git@eckner.net>2023-05-05 21:15:32 +0200
commite7c2947f55686bec0905e05c290d745164021fe2 (patch)
treed85904bcb5c5dcaa778da9599718d7f582af2fb4 /python-scikit-image
parent8edd7f4b85e5e30bce7a3db068ef821193580111 (diff)
downloadarchlinuxewe-e7c2947f55686bec0905e05c290d745164021fe2.tar.xz
recompile all python packages
Diffstat (limited to 'python-scikit-image')
-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 985fe3b72..7263f9880 100644
--- a/python-scikit-image/PKGBUILD
+++ b/python-scikit-image/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='python-scikit-image'
_pkgname="${pkgname#*-}"
pkgver=0.19.3
-pkgrel=7
+pkgrel=8
pkgdesc="Image processing routines for SciPy"
arch=('i686' 'pentium4' 'x86_64')
url="http://scikit-image.org/"
@@ -17,8 +17,8 @@ _pinned_dependencies=(
depends=(
"${_pinned_dependencies[@]}"
'cython>=0.29.13'
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'python-cloudpickle>=0.2.1'
'python-dask>=0.15.0'
'python-pandas>=0.23.0'