Skip to content

Commit

Permalink
🌶️ updated pyproject.toml dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eddableheath committed Sep 24, 2024
1 parent 49117bc commit 72de167
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ classifiers = [
"Topic :: Scientific/Engineering",
"Typing :: Typed",
]
dependencies = []
dependencies = [
"transformers",
"huggingface",
"datasets",
"numpy"
]

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 72de167

Please sign in to comment.