From b0b0cbf473c0f6ef322dd0c8e40921d8a9eae1de Mon Sep 17 00:00:00 2001 From: Nhan Huynh Date: Mon, 23 Oct 2023 14:26:02 -0400 Subject: [PATCH] Specify imagecodecs version for tifffile compatibility --- requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index 6db55f121..357448abc 100644 --- a/requirements.yml +++ b/requirements.yml @@ -27,7 +27,7 @@ dependencies: - pip: - opencv-python==4.7.0.68 - - imagecodecs[all] + - imagecodecs[all]==2021.4.28 - xmlschema - ome-types==0.3.3 - pydantic==1.10.10