Skip to content

Commit 857f4a8

Browse files
Bump the torch group in /requirements with 2 updates
Bumps the torch group in /requirements with 2 updates: [torch](https://github.com/pytorch/pytorch) and [torchvision](https://github.com/pytorch/vision). Updates `torch` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.6.0...v2.7.0) Updates `torchvision` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](pytorch/vision@v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: torch - dependency-name: torchvision dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: torch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ff3b24 commit 857f4a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/required.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ numpy==2.2.4
33
pillow==11.2.1
44
safetensors==0.5.3
55
timm==1.0.15
6-
torch==2.6.0
7-
torchvision==0.21.0
6+
torch==2.7.0
7+
torchvision==0.22.0
88
tqdm==4.67.1

0 commit comments

Comments
 (0)