From 228dc0f653025b07b93e0064681f50ae2856cf92 Mon Sep 17 00:00:00 2001 From: Evan Bolyen Date: Mon, 16 Dec 2024 15:46:47 -0700 Subject: [PATCH] CI: update recipe pip -> setuptools --- ci/recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/recipe/meta.yaml b/ci/recipe/meta.yaml index 9ff7eaef..0db3c0d0 100644 --- a/ci/recipe/meta.yaml +++ b/ci/recipe/meta.yaml @@ -20,7 +20,7 @@ requirements: run: - python {{ python }} - - pip + - setuptools - click >=8.1 - qiime2 {{ qiime2_epoch }}.*