diff options
| author | Jörg Thalheim <joerg@thalheim.io> | 2022-06-27 22:23:37 +0200 |
|---|---|---|
| committer | Jörg Thalheim <joerg@thalheim.io> | 2022-06-27 22:23:47 +0200 |
| commit | db615de4de2ff5327ffa7cf129e7ff9909e2ce65 (patch) | |
| tree | 50e8d4fcf1b218195f1beb5103440476614d580b /pkgs/development/python-modules | |
| parent | 8c972668313c6e61a39671efbe48bce148918aa5 (diff) | |
python3.pkgs.coqui-trainer: build on python3.10
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/coqui-trainer/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/coqui-trainer/default.nix b/pkgs/development/python-modules/coqui-trainer/default.nix index 62d49d2aba0a..a653370ad838 100644 --- a/pkgs/development/python-modules/coqui-trainer/default.nix +++ b/pkgs/development/python-modules/coqui-trainer/default.nix @@ -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"; |
