Skip to content

Commit

Permalink
build(deps): update torch requirement
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.8.1...v2.4.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 15622c3 commit ffaee21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion course_UvA-DL/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy <2.0 # needed for older Torch
torch >=1.8.1,<2.1.0
torch >=1.8.1,<2.5.0
pytorch-lightning >=2.0,<2.1.0
torchmetrics >=1.0,<1.3
matplotlib
2 changes: 1 addition & 1 deletion lightning_examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy <2.0 # needed for older Torch
torch>=1.8.1, <2.1.0
torch>=1.8.1, <2.5.0
pytorch-lightning>=2.0, <2.1.0
torchmetrics>=1.0, <1.3
matplotlib

0 comments on commit ffaee21

Please sign in to comment.