Unverified Commit b950bd29 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.torchtnt-nightly: drop (#460895)

parents 8ae35c7a a0ae3da3
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
{ torchtnt, fetchPypi }:
torchtnt.overridePythonAttrs rec {
  pname = "torchtnt-nightly";
  version = "2024.8.1";

  src = fetchPypi {
    pname = "torchtnt_nightly";
    inherit version;
    hash = "sha256-tRG0mvnMWGBlEUFu02ja2h549TBiIfeSMjwHMyaLZjw=";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -458,6 +458,7 @@ mapAliases {
  TheanoWithCuda = throw "'TheanoWithCuda' has been renamed to/replaced by 'theanoWithCuda'"; # Converted to throw 2025-10-29
  TheanoWithoutCuda = throw "'TheanoWithoutCuda' has been renamed to/replaced by 'theanoWithoutCuda'"; # Converted to throw 2025-10-29
  tikzplotlib = throw "tikzplotlib was removed because it is incompatible with recent versions of matplotlib and webcolors"; # added 2025-11-11
  torchtnt-nightly = throw "'torchtnt-nightly' was only needed as a test dependency for 'torcheval', but these tests are no longer run"; # added 2025-11-12
  torrent_parser = throw "'torrent_parser' has been renamed to/replaced by 'torrent-parser'"; # Converted to throw 2025-10-29
  treeo = throw "treeo has been removed because it has been marked as broken since 2023."; # Added 2025-10-11
  treex = throw "treex has been removed because it has transitively been marked as broken since 2023."; # Added 2025-10-11
+0 −2
Original line number Diff line number Diff line
@@ -18780,8 +18780,6 @@ self: super: with self; {
  torchtnt = callPackage ../development/python-modules/torchtnt { };
  torchtnt-nightly = callPackage ../development/python-modules/torchtnt-nightly { };
  torchvision = callPackage ../development/python-modules/torchvision { };
  torchvision-bin = callPackage ../development/python-modules/torchvision/bin.nix { };