mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03: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; {
|
meta = with lib; {
|
||||||
description = "Open source, prototype-to-production deep learning platform";
|
description = "Open source, prototype-to-production deep learning platform";
|
||||||
homepage = "https://pytorch.org/";
|
homepage = "https://pytorch.org/";
|
||||||
|
changelog = "https://github.com/pytorch/pytorch/releases/tag/v${version}";
|
||||||
license = licenses.unfree; # Includes CUDA and Intel MKL.
|
license = licenses.unfree; # Includes CUDA and Intel MKL.
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ danieldk ];
|
maintainers = with maintainers; [ danieldk ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue