From 6e44e3f35d990a2017c954b569fbad142809a602 Mon Sep 17 00:00:00 2001 From: Gregory Lee Date: Wed, 6 Dec 2023 12:59:23 -0800 Subject: [PATCH] pin to OpenSlide <4 during the conda build of libcucim (#650) recently conda package for openslide 4.0 was released, but it appears to not automatically pull in a required libdicom dependency. --- conda/recipes/libcucim/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/libcucim/meta.yaml b/conda/recipes/libcucim/meta.yaml index 666a56d90..512ae3085 100644 --- a/conda/recipes/libcucim/meta.yaml +++ b/conda/recipes/libcucim/meta.yaml @@ -70,7 +70,7 @@ requirements: - jbig - libwebp-base - nvtx-c >=3.1.0 - - openslide + - openslide <4 - xz - zlib - zstd