Skip to content

Commit c542f68

Browse files
dependabot[bot]alvarolopez
authored andcommitted
Update torchvision requirement from <0.22,>=0.16.2 to >=0.16.2,<0.24
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...0.23.0) --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70b3984 commit c542f68

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
@@ -57,7 +57,7 @@ docs = [
5757
notebooks = [
5858
"scikit-learn>=1.5.1,<1.7",
5959
"torch>=2.1.2,<2.6",
60-
"torchvision>=0.16.2,<0.22",
60+
"torchvision>=0.16.2,<0.24",
6161
"ipywidgets>=8.1.1,<8.2",
6262
]
6363
dev-tests = [

0 commit comments

Comments
 (0)