mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.torchtune: fix alias after dropping
This commit is contained in:
parent
00d642560b
commit
31db1a5c06
1 changed files with 1 additions and 1 deletions
|
|
@ -632,7 +632,7 @@ mapAliases {
|
|||
threadpool = throw "'threadpool' has been removed, since it is obsolete"; # Added 2026-01-09
|
||||
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
|
||||
torchtrune = throw "'torchtune' weas removed because it is unmaintained"; # added 2026-07-02
|
||||
torchtune = throw "'torchtune' was removed because it is unmaintained upstream."; # added 2026-07-02
|
||||
torrent_parser = throw "'torrent_parser' has been renamed to/replaced by 'torrent-parser'"; # Converted to throw 2025-10-29
|
||||
tracing = throw "'tracing' has been removed because its source code has been removed"; # Added 2025-12-17
|
||||
treeo = throw "treeo has been removed because it has been marked as broken since 2023."; # Added 2025-10-11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue