python3Packages.shap: relax numba and llvmlite constraints

This commit is contained in:
Martin Weinelt
2026-02-01 17:41:06 +01:00
parent e6400ec84d
commit b24dc8845a
@@ -64,6 +64,11 @@ buildPythonPackage rec {
tqdm
];
pythonRelaxDeps = [
"numba"
"llvmlite"
];
optional-dependencies = {
plots = [
matplotlib