From ada32dfeacdf63856024d4ce9f07a15fa4ccef52 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 28 Aug 2024 11:06:59 -0500 Subject: [PATCH] chore(deps): require python-build in conda recipe --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 63753ae..e77908e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -14,7 +14,7 @@ source: requirements: host: - python >=3.9 - - build + - python-build run: - python >=3.9 - pyyaml