From 83e59d8e0bd0a523d2459d932d3c9adb68c49cc1 Mon Sep 17 00:00:00 2001 From: Deepali <70963368+cdeepali@users.noreply.github.com> Date: Wed, 5 May 2021 13:06:18 +0530 Subject: [PATCH] add importlib_metadata and huggingface_hub as dependency in the conda recipe (#11591) * add importlib_metadata as dependency (#11490) Co-authored-by: Deepali Chourasia * add huggingface_hub dependency Co-authored-by: Deepali Chourasia --- .github/conda/meta.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/conda/meta.yaml b/.github/conda/meta.yaml index e56aebe62a..6910bd5f1b 100644 --- a/.github/conda/meta.yaml +++ b/.github/conda/meta.yaml @@ -16,6 +16,8 @@ requirements: - pip - numpy >=1.17 - dataclasses + - importlib_metadata + - huggingface_hub - packaging - filelock - requests @@ -28,6 +30,8 @@ requirements: - python - numpy >=1.17 - dataclasses + - importlib_metadata + - huggingface_hub - packaging - filelock - requests