Skip to content

Commit

Permalink
Add optional dependencies for huggingface using tag
Browse files Browse the repository at this point in the history
  • Loading branch information
botirk38 committed Aug 12, 2024
1 parent 69e8dfb commit 3bf3d06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ dependencies = [
# Linters
"mypy>=0.782",
"pylint>=2.8.0",
],

hg = [

"transformers>=4.44.0",
"datasets>=2.20.0"


]

[project.urls]
Expand Down

0 comments on commit 3bf3d06

Please sign in to comment.