Skip to content

Commit a8478e1

Browse files
⬆️ Bump torchvision from 0.19.1 to 0.23.0
Bumps [torchvision](https://github.com/pytorch/vision) from 0.19.1 to 0.23.0. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](pytorch/vision@v0.19.1...0.23.0) --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.23.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f836dd commit a8478e1

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
@@ -116,7 +116,7 @@ ci = [
116116
"torch==2.7.0;python_version>='3.9' and platform_system=='Darwin'",
117117
"torch==2.4.1;python_version=='3.8' and platform_system=='Darwin'",
118118
"torchvision==0.22.0;python_version>='3.9' and platform_system=='Darwin'",
119-
"torchvision==0.19.1;python_version=='3.8' and platform_system=='Darwin'",
119+
"torchvision==0.23.0;python_version=='3.8' and platform_system=='Darwin'",
120120
# transformers is supported for python>=3.9
121121
"transformers>=4.49.0;python_version>='3.9'",
122122
# test roboflow only for python>=3.12

0 commit comments

Comments
 (0)