Skip to content

Commit

Permalink
Update torch requirement from ^1.0.2 to ^2.2.0 (#12)
Browse files Browse the repository at this point in the history
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v1.1.0a0...v2.2.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Mueller <57322122+BenMueller1@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and BenMueller1 authored Feb 4, 2024
1 parent b26537c commit 574d895
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 @@ -8,7 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
torch = "^1.0.2"
torch = "^2.2.0"
numpy = "^1.26.3"
pandas = "^2.2.0"

Expand Down

0 comments on commit 574d895

Please sign in to comment.