add new version py-tifffile@2020.10.1 (#19929)

* add new version py-tifffile@2020.10.1

* also update dependencies

* Update package.py
This commit is contained in:
Andreas Baumbach 2020-11-16 17:08:40 +01:00 committed by GitHub
parent 9c4733ab59
commit 6aaa44c929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,10 @@ class PyTifffile(PythonPackage):
import_modules = ['tifffile']
version('2020.10.1', sha256='799feeccc91965b69e1288c51a1d1118faec7f40b2eb89ad2979591b85324830')
version('0.12.1', sha256='802367effe86b0d1e64cb5c2ed886771f677fa63260b945e51a27acccdc08fa1')
depends_on('python@3.7:', type=('build', 'run'), when='@2020.10.1:')
depends_on('py-setuptools', type='build')
depends_on('py-numpy@1.8.2:', type=('build', 'run'))
depends_on('py-numpy@1.15.1:', type=('build', 'run'), when='@2020.10.1:')