Skip to content

Commit dc81680

Browse files
Update torch requirement from <2.5,>=2.1.2 to >=2.1.2,<2.6
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>
1 parent 40d5181 commit dc81680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ docs = [
5353
]
5454
notebooks = [
5555
"scikit-learn>=1.3.2,<1.6",
56-
"torch>=2.1.2,<2.5",
56+
"torch>=2.1.2,<2.6",
5757
"torchvision>=0.16.2,<0.20",
5858
"ipywidgets>=8.1.1,<8.2",
5959
]

0 commit comments

Comments
 (0)