add new version py-wavelets@1.1.1 (#19930)

* add new version py-wavelets@1.1.1

* also update dependencies

* Update package.py
This commit is contained in:
Andreas Baumbach 2020-11-16 17:41:17 +01:00 committed by GitHub
parent 793af74eb4
commit a8fccdbddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,13 @@ class PyPywavelets(PythonPackage):
homepage = "https://github.com/PyWavelets"
url = "https://pypi.io/packages/source/P/PyWavelets/PyWavelets-0.5.2.tar.gz"
version('1.1.1', sha256='1a64b40f6acb4ffbaccce0545d7fc641744f95351f62e4c6aaa40549326008c9')
version('0.5.2', sha256='ce36e2f0648ea1781490b09515363f1f64446b0eac524603e5db5e180113bed9')
import_modules = ['pywt', 'pywt.data']
depends_on('python@3.5:', type=('build', 'run'), when='@1.1.1:')
depends_on('py-setuptools', type='build')
depends_on('py-cython', type='build')
depends_on('py-numpy@1.9.1:', type=('build', 'run'))
depends_on('py-numpy@1.13.3:', type=('build', 'run'), when='@1.1.1:')