From 55e67a25f8bcbc03ca22ea77faee9ff6a4dd52ce Mon Sep 17 00:00:00 2001 From: Liz Gehret <54517601+lizgehret@users.noreply.github.com> Date: Thu, 2 May 2024 06:43:37 -0700 Subject: [PATCH] fix conflicting pin for python 3.9 prepare --- ci/recipe/meta.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ci/recipe/meta.yaml b/ci/recipe/meta.yaml index 937bf5c..695c0ed 100644 --- a/ci/recipe/meta.yaml +++ b/ci/recipe/meta.yaml @@ -20,10 +20,8 @@ requirements: - python {{ python }} - scikit-bio {{ scikit_bio }} - biom-format {{ biom_format }} - - seaborn - # pinned here on 10.19.22 due to pkg int build failure on community - # due to matplotlib bug. will be resolved once 3.7.0 is released - - matplotlib =3.6.0 + - seaborn {{ seaborn }} + - matplotlib {{ matplotlib }} - pandas {{ pandas }} - numpy # `ipywidgets` included to avoid ShimWarning from