Skip to content

Commit

Permalink
Add missing loguru to the deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Apr 8, 2024
1 parent b219ffd commit 1b62aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ keywords = [
"google-cloud"
]

dependencies = ["transformers == 4.38.1", "torch-xla>=2.2.0", "torch>=2.2.0"]
dependencies = ["loguru ~= 0.7.0", "transformers == 4.38.1", "torch-xla>=2.2.0", "torch>=2.2.0"]

[project.optional-dependencies]
tests = ["pytest", "safetensors"]
Expand Down

0 comments on commit 1b62aba

Please sign in to comment.