From 7ef9e0dd5522780e089bc2d5f9dadffd23055918 Mon Sep 17 00:00:00 2001 From: Martin Grigorov Date: Mon, 14 Oct 2024 15:10:27 +0300 Subject: [PATCH] Add `setuptools` to host deps --- recipes/hlafreq/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/hlafreq/meta.yaml b/recipes/hlafreq/meta.yaml index af03befc30e38..4fed9abec5cd7 100644 --- a/recipes/hlafreq/meta.yaml +++ b/recipes/hlafreq/meta.yaml @@ -20,6 +20,7 @@ requirements: host: - python >=3.10 - pip + - setuptools run: - bs4 - matplotlib-base >=3.6.0