diff --git a/core/pyproject.toml b/core/pyproject.toml index ab533555..38af5a6d 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ - "aicsimageio>=4.6.3", + "aicsimageio>=4.11.0", # Earlier versions don't have Python 3.11 binaries, and the sdist # is misconfigured: https://github.com/AllenCellModeling/aicspylibczi/issues/90 "aicspylibczi>=3.1.1", @@ -51,7 +51,7 @@ dependencies = [ "read-roi", "resource-backed-dask-array>=0.1.0", "scikit-image", - "tifffile", + "tifffile>=2023.3.15", "tqdm", "typing_extensions" ]