Skip to content

Commit

Permalink
Add huggingface-hub as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brunneis committed May 1, 2024
1 parent f861258 commit c45c0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tf-keras
huggingface-hub
transformers
scikit-learn
pandas
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
python_requires=">=3.6",
install_requires=[
'tf-keras',
'huggingface-hub',
'transformers',
'scikit-learn',
'pandas',
Expand Down

0 comments on commit c45c0e2

Please sign in to comment.