13 buildPythonPackage rec {
15 version = "2024.2.12";
16 format = "setuptools";
18 disabled = pythonOlder "3.9";
21 inherit pname version;
22 hash = "sha256-SSCj7I6OAD5nPTxlMYY8me7dVw0bi34UHAcu14/4Aw0=";
25 propagatedBuildInputs = [
38 # Test require network access
41 # Test file is missing
42 "test_write_predictor"
43 "test_issue_imagej_hyperstack_arg"
44 "test_issue_description_overwrite"
47 "test_write_imagej_raw"
48 # https://github.com/cgohlke/tifffile/issues/142
49 "test_func_bitorder_decode"
50 # Test file is missing
51 "test_issue_invalid_predictor"
54 pythonImportsCheck = [
58 # flaky, often killed due to OOM or timeout
62 description = "Read and write image data from and to TIFF files";
63 homepage = "https://github.com/cgohlke/tifffile/";
64 changelog = "https://github.com/cgohlke/tifffile/blob/v${version}/CHANGES.rst";
65 license = licenses.bsd3;
66 maintainers = with maintainers; [ lebastr ];