pythonPackages.shap: mark broken

This commit is contained in:
Sandro Jäckel 2021-03-06 05:26:11 +01:00
parent 5be41d6d7d
commit a54f2438e4
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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