pythonPackages.shap: mark broken

This commit is contained in:
Sandro Jäckel
2021-03-06 05:26:11 +01:00
parent 5be41d6d7d
commit a54f2438e4

View File

@@ -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;
};
}