From a3d80808be04936477ab3b2567ed720fd33974c6 Mon Sep 17 00:00:00 2001 From: M!l!nd <99114125+milinddethe15@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:33:41 +0530 Subject: [PATCH] Update meta.yaml added openpyxl to the list of dependencies used to build the package --- conda.recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 1d07a1ef8..d45d25db6 100755 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -18,7 +18,8 @@ requirements: - behresp - aiohttp - curl - + - openpyxl + run: - python - "numpy>=1.14"