Skip to content

Commit d2f0f41

Browse files
Update torch requirement from <2.1,>=1.13.0 to >=1.13.0,<2.2
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.13.0...v2.1.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent efc5460 commit d2f0f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ docs = [
5353
]
5454
notebooks = [
5555
"scikit-learn>=1.2.0,<1.4",
56-
"torch>=1.13.0,<2.1",
56+
"torch>=1.13.0,<2.2",
5757
"torchvision>=0.14.0,<0.16",
5858
"ipywidgets>=8.0.0,<8.2",
5959
]

0 commit comments

Comments
 (0)