python3Packages.shap: relax numba and llvmlite constraints
This commit is contained in:
@@ -64,6 +64,11 @@ buildPythonPackage rec {
|
||||
tqdm
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"numba"
|
||||
"llvmlite"
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
plots = [
|
||||
matplotlib
|
||||
|
||||
Reference in New Issue
Block a user