Skip to content

Commit

Permalink
chore: specify optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qthequartermasterman committed Apr 21, 2024
1 parent eaa7a78 commit fe1b34e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ classifiers = [
]

[project.optional-dependencies]
huggingface = [
"transformers",
]
dev = [
"ruff==0.4.1",
"pytest==8.1.1"
Expand Down

0 comments on commit fe1b34e

Please sign in to comment.