Skip to content

Commit 25e08cb

Browse files
Update torchvision requirement from <0.17,>=0.16.2 to >=0.16.2,<0.18
Updates the requirements on [torchvision](https://github.com/pytorch/vision) to permit the latest version. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](pytorch/vision@v0.16.2...v0.17.0) --- updated-dependencies: - dependency-name: torchvision dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd1e047 commit 25e08cb

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
@@ -54,7 +54,7 @@ docs = [
5454
notebooks = [
5555
"scikit-learn>=1.3.2,<1.5",
5656
"torch>=2.1.2,<2.2",
57-
"torchvision>=0.16.2,<0.17",
57+
"torchvision>=0.16.2,<0.18",
5858
"ipywidgets>=8.1.1,<8.2",
5959
]
6060

0 commit comments

Comments
 (0)