Unverified Commit 83e59d8e authored by Deepali's avatar Deepali Committed by GitHub
Browse files

add importlib_metadata and huggingface_hub as dependency in the conda recipe (#11591)



* add importlib_metadata as dependency (#11490)
Co-authored-by: default avatarDeepali Chourasia <deepch23@us.ibm.com>

* add huggingface_hub dependency
Co-authored-by: default avatarDeepali Chourasia <deepch23@us.ibm.com>
parent bf0dfa98
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment