diff --git a/pkgs/development/python-modules/torchtnt-nightly/default.nix b/pkgs/development/python-modules/torchtnt-nightly/default.nix deleted file mode 100644 index 224295196096..000000000000 --- a/pkgs/development/python-modules/torchtnt-nightly/default.nix +++ /dev/null @@ -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="; - }; -} diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix index f13fab62c9ab..09a152461df1 100644 --- a/pkgs/top-level/python-aliases.nix +++ b/pkgs/top-level/python-aliases.nix @@ -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 diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 2ede101dea58..ba89f00430b1 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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 { };