python310Packages.trainer: add missing input

This commit is contained in:
Fabian Affolter 2023-01-22 09:29:18 +01:00
parent 831ce5cb71
commit ee251dca0e

View File

@ -9,6 +9,7 @@
, torch-bin
, tensorboardx
, protobuf
, psutil
, pytestCheckHook
, soundfile
@ -37,10 +38,11 @@ buildPythonPackage {
propagatedBuildInputs = [
coqpit
fsspec
torch-bin
protobuf
psutil
soundfile
tensorboardx
protobuf
torch-bin
];
# only one test and that requires training data from the internet