22 inherit pname version;
25 src = fetchFromGitHub {
28 rev = "refs/tags/v${version}";
29 hash = "sha256-z6TOzWqE3NytkdG3nUzh9GpFVGQEXFyzSQ8gvdB4wiw=";
33 sed -i 's/^protobuf.*/protobuf/' requirements.txt
36 propagatedBuildInputs = [
46 # only one test and that requires training data from the internet
54 pythonImportsCheck = [
59 description = "A general purpose model trainer, as flexible as it gets";
60 homepage = "https://github.com/coqui-ai/Trainer";
61 changelog = "https://github.com/coqui-ai/Trainer/releases/tag/v${version}";
62 license = licenses.asl20;
63 maintainers = teams.tts.members;