From 3d60e2f85086da66bf0a376ac07452a8352cc2cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:32:32 +0000 Subject: [PATCH] Update tifffile requirement from ~=2024.4.0 to >=2024.4,<2024.9 Updates the requirements on [tifffile](https://github.com/cgohlke/tifffile) to permit the latest version. - [Release notes](https://github.com/cgohlke/tifffile/releases) - [Changelog](https://github.com/cgohlke/tifffile/blob/master/CHANGES.rst) - [Commits](https://github.com/cgohlke/tifffile/compare/v2024.4.18...v2024.8.30) --- updated-dependencies: - dependency-name: tifffile dependency-version: 2024.8.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e1b98027..658ed01f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "spatialdata~=0.3.0", "spatialdata_io~=0.1.0", "squidpy~=1.6.0", - "tifffile~=2024.4.0", + "tifffile>=2024.4,<2024.9", "watchfiles", "zarr~=2.17.0; python_version<'3.11'", "zarr~=2.18.3; python_version>='3.11'",