Unverified Commit 60cd9748 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python313Packages.tqdm-multiprocess: disable updateScript (#436040)

parents 1e894edb f31fad47
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";