Loading pkgs/development/python-modules/tqdm-multiprocess/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,9 @@ buildPythonPackage { "tqdm_multiprocess" ]; # pypi is broken; github has no tags; the package haven't seen updates for years passthru.updateScript = null; meta = { description = "Support multiple worker processes, each with multiple tqdm progress bars, displaying them cleanly through the main process"; homepage = "https://github.com/EleutherAI/tqdm-multiprocess"; Loading Loading
pkgs/development/python-modules/tqdm-multiprocess/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,9 @@ buildPythonPackage { "tqdm_multiprocess" ]; # pypi is broken; github has no tags; the package haven't seen updates for years passthru.updateScript = null; meta = { description = "Support multiple worker processes, each with multiple tqdm progress bars, displaying them cleanly through the main process"; homepage = "https://github.com/EleutherAI/tqdm-multiprocess"; Loading