mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
python310Packages.shap: add changelog to meta
This commit is contained in:
parent
736c2dfa3e
commit
d2ca40be87
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user