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: ...@@ -16,6 +16,8 @@ requirements:
- pip - pip
- numpy >=1.17 - numpy >=1.17
- dataclasses - dataclasses
- importlib_metadata
- huggingface_hub
- packaging - packaging
- filelock - filelock
- requests - requests
...@@ -28,6 +30,8 @@ requirements: ...@@ -28,6 +30,8 @@ requirements:
- python - python
- numpy >=1.17 - numpy >=1.17
- dataclasses - dataclasses
- importlib_metadata
- huggingface_hub
- packaging - packaging
- filelock - filelock
- requests - 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