Skip to content

Commit

Permalink
chore: Bump torch from 2.5.1 to 2.6.0
Browse files Browse the repository at this point in the history
Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.5.1...v2.6.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 056442b commit 82a9077
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 33 deletions.
77 changes: 45 additions & 32 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ black = "^25.1.0"

[tool.poetry.group.sentiment-analyzer.dependencies]
transformers = "^4.48.1"
torch = "^2.5.1"
torch = "^2.6.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 82a9077

Please sign in to comment.