Skip to content

Commit

Permalink
Bump torch from 2.1.0+cu121 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.0+cu121 to 2.2.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/commits/v2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent a494c40 commit 92cedac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"pydmd >0.4, <= 0.4.1",
"optht ~= 0.2.0",
"prettytable >3.0.0, <= 3.9.0",
"torch ~= 2.1.0",
"torch >= 2.1,< 2.3",
"torchvision ~= 0.16.0",
"torchaudio ~= 2.1.0",
"lightning ~= 2.0.9",
Expand Down
2 changes: 1 addition & 1 deletion requirements-torch.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
torch == 2.1.0+cu121
torch == 2.2.0
torchvision
lightning

0 comments on commit 92cedac

Please sign in to comment.