python3Packages.pytorch-bin: add meta.changelog
This commit is contained in:
parent
8a9702b652
commit
afa7f8d9e1
@ -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…
x
Reference in New Issue
Block a user