Skip to content

Commit 32057ea

Browse files
daniellutzjiridanek
authored andcommitted
Remove older ROCm 6.2.4 version from tests and keep only ROCm 6.3
Co-authored-by: Jiri Daněk <[email protected]>
1 parent 6f9a003 commit 32057ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def test_image_pyprojects_version_alignment(subtests: pytest_subtests.plugin.Sub
278278
("setuptools", ("~=80.9.0", "==80.9.0")),
279279
("wheel", ("==0.45.1", "~=0.45.1")),
280280
("tensorboard", ("~=2.18.0", "~=2.20.0")),
281-
("torch", ("==2.7.1", "==2.7.1+cu128", "==2.7.1+rocm6.2.4", "==2.7.1+rocm6.3")),
281+
("torch", ("==2.7.1", "==2.7.1+cu128", "==2.7.1+rocm6.3")),
282282
("torchvision", ("==0.22.1", "~=0.22.1", "==0.22.1+cu128", "==0.22.1+rocm6.3")),
283283
(
284284
"matplotlib",

0 commit comments

Comments
 (0)