python310Packages.shap: mark as broken

No support for scikit-learn > 1.2
https://github.com/slundberg/shap/issues/2866
This commit is contained in:
Fabian Affolter 2023-02-27 12:08:00 +01:00
parent d2ca40be87
commit 1c5e5f4dff

View File

@ -150,5 +150,8 @@ buildPythonPackage rec {
license = licenses.mit;
maintainers = with maintainers; [ evax ];
platforms = platforms.unix;
# No support for scikit-learn > 1.2
# https://github.com/slundberg/shap/issues/2866
broken = true;
};
}