Skip to content

Commit 41ed420

Browse files
Update torch requirement from <2.2,>=2.1.2 to >=2.1.2,<2.3
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.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd1e047 commit 41ed420

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.3.2,<1.5",
56-
"torch>=2.1.2,<2.2",
56+
"torch>=2.1.2,<2.3",
5757
"torchvision>=0.16.2,<0.17",
5858
"ipywidgets>=8.1.1,<8.2",
5959
]

0 commit comments

Comments
 (0)