python3Packages.torchtnt-nightly: drop (#460895)
This commit is contained in:
@@ -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=";
|
||||
};
|
||||
}
|
||||
@@ -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
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user