Skip to content

Commit

Permalink
Update torch requirement from <2.0.0,>=1.11.0 to >=1.11.0,<3.0.0
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.11.0...v2.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 7cb209d commit ec8bbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113
# pip install -r requirements.txt
# --------- pytorch --------- #
torch>=1.11.0,<2.0.0
torch>=1.11.0,<3.0.0
torchvision>=0.11.0
pytorch-lightning==1.8.3
torchmetrics==0.11.0
Expand Down

0 comments on commit ec8bbca

Please sign in to comment.