python3Packages.pytorch-bin: add meta.changelog

This commit is contained in:
Daniël de Kok 2021-05-11 08:15:34 +02:00
parent 8a9702b652
commit afa7f8d9e1

View file

@ -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 ];