Skip to content

Commit bfe37ca

Browse files
Update torch requirement from ~=2.8.0 to ~=2.10.0+cpu in /tests
Updates the requirements on torch to permit the latest version. --- updated-dependencies: - dependency-name: torch dependency-version: 2.10.0+cpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77b67e8 commit bfe37ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ pytest-timeout==2.4.0
2323
kornia==0.8.2
2424

2525
--extra-index-url https://download.pytorch.org/whl/cpu
26-
torch~=2.8.0
26+
torch~=2.10.0+cpu
2727
torchvision~=0.23.0

0 commit comments

Comments
 (0)