Skip to content

Commit

Permalink
add importlib_metadata as dependency (huggingface#11490)
Browse files Browse the repository at this point in the history
Co-authored-by: Deepali Chourasia <deepch23@us.ibm.com>
  • Loading branch information
cdeepali and Deepali Chourasia committed May 5, 2021
1 parent 7bc86be commit 8fbbe9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ requirements:
- pip
- numpy >=1.17
- dataclasses
- importlib_metadata
- packaging
- filelock
- requests
Expand All @@ -28,6 +29,7 @@ requirements:
- python
- numpy >=1.17
- dataclasses
- importlib_metadata
- packaging
- filelock
- requests
Expand Down

0 comments on commit 8fbbe9f

Please sign in to comment.