python3Packages.coqui-trainer: unpin protobuf

This commit is contained in:
Martin Weinelt 2022-10-03 15:15:44 +02:00
parent 06ed064a3e
commit 3d1c995185
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -30,6 +30,10 @@ buildPythonPackage {
hash = "sha256-WBFsQuGnpqOiQW7VFfsk0t7qEBs1ScOChfQFpLmqTz4=";
};
postPatch = ''
sed -i 's/^protobuf.*/protobuf/' requirements.txt
'';
propagatedBuildInputs = [
coqpit
fsspec