Skip to content

Commit

Permalink
add importlib_metadata and huggingface_hub as dependency in the conda…
Browse files Browse the repository at this point in the history
… recipe (#11591)

* add importlib_metadata as dependency (#11490)

Co-authored-by: Deepali Chourasia <deepch23@us.ibm.com>

* add huggingface_hub dependency

Co-authored-by: Deepali Chourasia <deepch23@us.ibm.com>
  • Loading branch information
2 people authored and LysandreJik committed May 6, 2021
1 parent 5a28fe7 commit 9d0ad50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ requirements:
- pip
- numpy >=1.17
- dataclasses
- importlib_metadata
- huggingface_hub
- packaging
- filelock
- requests
Expand All @@ -28,6 +30,8 @@ requirements:
- python
- numpy >=1.17
- dataclasses
- importlib_metadata
- huggingface_hub
- packaging
- filelock
- requests
Expand Down

0 comments on commit 9d0ad50

Please sign in to comment.