mohitrajdeo
commited on
Commit
·
873336d
1
Parent(s):
c12b87a
build: add huggingface_hub to requirements.txt
Browse filesAdd the `huggingface_hub` package to the project dependencies to enable integration with Hugging Face models and datasets.
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -18,3 +18,4 @@ plotly
|
|
18 |
plotly-express
|
19 |
xgboost
|
20 |
scikit-learn-extra
|
|
|
|
18 |
plotly-express
|
19 |
xgboost
|
20 |
scikit-learn-extra
|
21 |
+
huggingface_hub
|