python3Packages.fairseq: Relaxing Python dependencies restrictions

This commit is contained in:
Théo Bori 2024-11-25 22:02:54 +01:00
parent 616735586a
commit d323fab808
No known key found for this signature in database
GPG Key ID: BDD57BE99D555965

View File

@ -58,6 +58,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"hydra-core"
"omegaconf"
"torchaudio"
];
propagatedBuildInputs = [