Skip to content

Commit

Permalink
Update torch requirement from <2.3,>=2.1.2 to >=2.1.2,<2.4
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.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent 8fbfeba commit cf49b95
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.5",
"torch>=2.1.2,<2.3",
"torch>=2.1.2,<2.4",
"torchvision>=0.16.2,<0.19",
"ipywidgets>=8.1.1,<8.2",
]
Expand Down

0 comments on commit cf49b95

Please sign in to comment.