summaryrefslogtreecommitdiff
path: root/python-scikit-image
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-08-17 17:05:04 +0200
committerErich Eckner <git@eckner.net>2020-08-17 17:05:04 +0200
commit0e27f59f7e5c457e12d82b1c8a2214cc62d2cae3 (patch)
treee284d2d12cf6084957cecdd2f8d618474849e88a /python-scikit-image
parent5091a458c9bfb703bc6df75ad5ee4ebeba93c5c2 (diff)
downloadarchlinuxewe.git.save-0e27f59f7e5c457e12d82b1c8a2214cc62d2cae3.tar.xz
python-scikit-image: fix dependencies
Diffstat (limited to 'python-scikit-image')
-rw-r--r--python-scikit-image/PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/python-scikit-image/PKGBUILD b/python-scikit-image/PKGBUILD
index e926bac6..4b6f8999 100644
--- a/python-scikit-image/PKGBUILD
+++ b/python-scikit-image/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='python-scikit-image'
_pkgname="${pkgname#*-}"
pkgver=0.17.2
-pkgrel=4
+pkgrel=5
pkgdesc="Image processing routines for SciPy"
arch=('i686' 'pentium4' 'x86_64')
url="http://scikit-image.org/"
@@ -18,11 +18,14 @@ depends=(
"${_pinned_dependencies[@]}"
'python>=3.8'
'python<3.9'
- 'python-scipy'
- 'python-matplotlib'
- 'python-networkx'
- 'python-pillow'
- 'python-pywavelets')
+ 'python-imageio>=2.3.0'
+ 'python-matplotlib>=2.0.0'
+ 'python-networkx>=2.0'
+ 'python-numpy>=1.15.1'
+ 'python-pillow>=4.3.0'
+ 'python-pywavelets>=1.1.1'
+ 'python-scipy>=1.0.1'
+ 'python-tifffile>=2019.7.26')
makedepends=(
'cython>=0.23')
optdepends=(