diff options
Diffstat (limited to 'python-pywavelets')
-rw-r--r-- | python-pywavelets/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-pywavelets/PKGBUILD b/python-pywavelets/PKGBUILD index 027549184..795e4185b 100644 --- a/python-pywavelets/PKGBUILD +++ b/python-pywavelets/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-pywavelets _pkgname=pywt pkgver=1.2.0 -pkgrel=59 +pkgrel=60 pkgdesc="Discrete Wavelet Transforms in Python" arch=('x86_64' 'i686' 'pentium4') url="https://github.com/PyWavelets/pywt" @@ -15,8 +15,8 @@ _pinned_dependencies=( depends=( "${_pinned_dependencies[@]}" 'cython' - 'python<3.10' - 'python>=3.9' + 'python<3.11' + 'python>=3.10' 'python-docutils<0.18' 'python-matplotlib' 'python-numpy' |