diff --git a/pyproject.toml b/pyproject.toml index 112cc98..1382a17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ urls.homepage = "https://github.com/HiPCTProject/hipct-reg" docs = ["pydata-sphinx-theme", "sphinx", "sphinx-autoapi", "sphinx-gallery"] [dependency-groups] -dev = ["pooch", "pytest", "pytest-cov", "tifffile==2026.2.15"] +dev = ["pooch", "pytest", "pytest-cov", "tifffile==2026.4.11"] [tool.coverage] run = { source = ["hipct_reg"] }