From 33edec4c98316417d3138ad3065b20dbbe2f2dbe Mon Sep 17 00:00:00 2001 From: Gregory Lee Date: Tue, 31 Oct 2023 18:47:13 -0400 Subject: [PATCH] matplotlib-base on conda, matplotlib for requirements/pyproject --- dependencies.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index 9aa8ebbf8..95f86da54 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -252,10 +252,10 @@ dependencies: - pytest>=6.2.4 - tifffile>=2022.7.28 - pooch>=1.6.0 # needed to download scikit-image sample data - - matplotlib-base - output_types: [conda] packages: - # - imagecodecs>=2021.6.8 + - imagecodecs>=2021.6.8 + - matplotlib-base - openslide-python>=1.1.2 - pip - pip: @@ -272,5 +272,6 @@ dependencies: # - openslide-python>=1.1.2; platform_machine=='x86_64' - output_types: [requirements, pyproject] packages: + - matplotlib - opencv-python-headless>=4.6 - click