python3Packages.accelerate: fix build, add torchvision to test dependencies (#507217)

This commit is contained in:
Gaétan Lepage
2026-04-06 10:15:07 +00:00
committed by GitHub
@@ -25,6 +25,7 @@
evaluate,
parameterized,
pytestCheckHook,
torchvision,
transformers,
config,
cudatoolkit,
@@ -62,6 +63,7 @@ buildPythonPackage (finalAttrs: {
evaluate
parameterized
pytestCheckHook
torchvision
transformers
writableTmpDirAsHomeHook
];