python3Packages.torchtnt-nightly: drop

This commit is contained in:
Benjamin Sparks
2025-11-12 11:43:23 +01:00
parent 6b48f70869
commit a0ae3da36d
3 changed files with 1 additions and 13 deletions
@@ -1,11 +0,0 @@
{ torchtnt, fetchPypi }:
torchtnt.overridePythonAttrs rec {
pname = "torchtnt-nightly";
version = "2024.8.1";
src = fetchPypi {
pname = "torchtnt_nightly";
inherit version;
hash = "sha256-tRG0mvnMWGBlEUFu02ja2h549TBiIfeSMjwHMyaLZjw=";
};
}
+1
View File
@@ -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
-2
View File
@@ -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 { };