python3Packages.torchtune: remove huggingface-hub optional deps

This commit is contained in:
Gaetan Lepage
2026-02-01 17:41:02 +01:00
committed by Martin Weinelt
parent 066074ea98
commit f76014f6f1
@@ -71,8 +71,7 @@ buildPythonPackage (finalAttrs: {
# Not explicitly listed as requirements, but effectively imported at runtime
torchao
torchvision
]
++ huggingface-hub.optional-dependencies.hf_transfer;
];
pythonImportsCheck = [ "torchtune" ];