mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
python3Packages.pytorch-bin: add meta.changelog
This commit is contained in:
parent
8a9702b652
commit
afa7f8d9e1
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ in buildPythonPackage {
|
|||
meta = with lib; {
|
||||
description = "Open source, prototype-to-production deep learning platform";
|
||||
homepage = "https://pytorch.org/";
|
||||
changelog = "https://github.com/pytorch/pytorch/releases/tag/v${version}";
|
||||
license = licenses.unfree; # Includes CUDA and Intel MKL.
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ danieldk ];
|
||||
|
|
Loading…
Reference in a new issue