Skip to content

Commit 84c1ca4

Browse files
committed
Add patch entry for torchvision 0.25
1 parent 88659c3 commit 84c1ca4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

graalpython/lib-graalpython/patches/metadata.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,8 +928,12 @@ url = 'https://github.com/pytorch/pytorch/releases/download/v2.7.0/pytorch-v2.7.
928928
version = '2.10.0'
929929
url = 'https://github.com/pytorch/pytorch/releases/download/v2.10.0/pytorch-v2.10.0.tar.gz'
930930

931+
[[torchvision.add-sources]]
932+
version = '0.25.0'
933+
url = 'https://github.com/pytorch/vision/archive/refs/tags/v0.25.0.tar.gz'
934+
931935
[[torchvision.rules]]
932-
version = '== 0.22.0'
936+
version = '>= 0.22.0'
933937
patch = 'torchvision-0.22.0.patch'
934938
license = 'BSD-3-Clause'
935939

0 commit comments

Comments
 (0)