pythonPackages.shap: mark broken

This commit is contained in:
Sandro Jäckel
2021-03-06 21:02:54 +01:00
parent 5be41d6d7d
commit a54f2438e4
@@ -66,5 +66,7 @@ buildPythonPackage rec {
license = licenses.mit;
maintainers = with maintainers; [ evax ];
platforms = platforms.unix;
# ModuleNotFoundError: No module named 'sklearn.ensemble.iforest'
broken = true;
};
}