Skip to content

Commit

Permalink
Update torch requirement from <2.5,>=2.1.2 to >=2.1.2,<2.6
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@v2.1.2...v2.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent 40d5181 commit dc81680
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 @@ -53,7 +53,7 @@ docs = [
]
notebooks = [
"scikit-learn>=1.3.2,<1.6",
"torch>=2.1.2,<2.5",
"torch>=2.1.2,<2.6",
"torchvision>=0.16.2,<0.20",
"ipywidgets>=8.1.1,<8.2",
]
Expand Down

0 comments on commit dc81680

Please sign in to comment.