python312Packages.tifffile: 2024.6.18 -> 2024.9.20

Changelog: https://github.com/cgohlke/tifffile/blob/v2024.9.20/CHANGES.rst
This commit is contained in:
Fabian Affolter 2024-09-22 14:22:52 +02:00
parent 7a86e245b2
commit 83077472b8

View File

@ -8,22 +8,25 @@
numpy,
pytestCheckHook,
pythonOlder,
setuptools,
zarr,
}:
buildPythonPackage rec {
pname = "tifffile";
version = "2024.6.18";
format = "setuptools";
version = "2024.9.20";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-V+DSoDS8tih+oxVdhxZQjfrIZEOiV/ZQK1fuf4ozs7Y=";
hash = "sha256-P7874vmVpwUaiuBaS+cMlvwHifIu1vHEEEyXPPaKZAs=";
};
propagatedBuildInputs = [ numpy ];
build-system = [ setuptools ];
dependencies = [ numpy ];
nativeCheckInputs = [
dask