python3.pkgs.coqui-trainer: build on python3.10

This commit is contained in:
Jörg Thalheim 2022-06-27 22:23:37 +02:00
parent 8c97266831
commit db615de4de

View file

@ -21,8 +21,6 @@ buildPythonPackage {
inherit pname version;
format = "pyproject";
disabled = pythonAtLeast "3.10"; # https://github.com/coqui-ai/Trainer/issues/22
src = fetchFromGitHub {
owner = "coqui-ai";
repo = "Trainer";