From b02b2f0f0086c1eec4e9add4b903b89cf8433dc6 Mon Sep 17 00:00:00 2001 From: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> Date: Tue, 13 Dec 2022 23:09:01 +0100 Subject: py-tifffile: add 2022.10.10 (#34499) --- var/spack/repos/builtin/packages/py-tifffile/package.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-tifffile/package.py b/var/spack/repos/builtin/packages/py-tifffile/package.py index 36f41ddb2d..ab5374abcf 100644 --- a/var/spack/repos/builtin/packages/py-tifffile/package.py +++ b/var/spack/repos/builtin/packages/py-tifffile/package.py @@ -12,11 +12,16 @@ class PyTifffile(PythonPackage): homepage = "https://github.com/cgohlke/tifffile" pypi = "tifffile/tifffile-0.12.1.tar.gz" + version( + "2022.10.10", sha256="50b61ba943b866d191295bc38a00191c9fdab23ece063544c7f1a264e3f6aa8e" + ) version("2021.11.2", sha256="153e31fa1d892f482fabb2ae9f2561fa429ee42d01a6f67e58cee13637d9285b") 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("python@3.8:", when="@2022.2.2:", type=("build", "run")) + depends_on("python@3.7:", when="@2020.10.1:", type=("build", "run")) depends_on("py-setuptools", type="build") + depends_on("py-numpy@1.19.2:", when="@2022.2.2:", type=("build", "run")) + depends_on("py-numpy@1.15.1:", when="@2020.10.1:", type=("build", "run")) depends_on("py-numpy@1.8.2:", type=("build", "run")) - depends_on("py-numpy@1.15.1:", type=("build", "run"), when="@2020.10.1:") -- cgit v1.2.3-60-g2f50