python310Packages.shap: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-27 12:06:38 +01:00
parent 736c2dfa3e
commit d2ca40be87

View File

@ -146,6 +146,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A unified approach to explain the output of any machine learning model";
homepage = "https://github.com/slundberg/shap";
changelog = "https://github.com/slundberg/shap/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ evax ];
platforms = platforms.unix;