Skip to content

Commit

Permalink
fix(analyze-sentiment): update dependency transformers to v4.37.0 (#1…
Browse files Browse the repository at this point in the history
…4006)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 22, 2024
1 parent 369d914 commit 5b02455
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 deletions machine-learning/hugging-face/analyze-sentiment/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Hongbo Miao"]
[tool.poetry.dependencies]
python = "3.10.x"
torch = "2.1.2"
transformers = {version = "4.36.2", extras = ["sentencepiece"]}
transformers = {version = "4.37.0", extras = ["sentencepiece"]}

[tool.poetry.group.dev.dependencies]
poethepoet = "0.24.4"
Expand Down

0 comments on commit 5b02455

Please sign in to comment.