python3Packages.coqui-trainer: unpin protobuf
This commit is contained in:
parent
06ed064a3e
commit
3d1c995185
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ buildPythonPackage {
|
|||
hash = "sha256-WBFsQuGnpqOiQW7VFfsk0t7qEBs1ScOChfQFpLmqTz4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed -i 's/^protobuf.*/protobuf/' requirements.txt
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
coqpit
|
||||
fsspec
|
||||
|
|
Loading…
Reference in a new issue