10 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "f5d5f7b45f98d155b9c0ba6554fa9770c6b26d5793a3e77a1030fb56910ebeec";
20 checkInputs = [ pytestCheckHook pandas pytorch ];
23 description = "Wraps tensor-like objects and provides a uniform slicing interface via __getitem__";
24 homepage = "https://github.com/interpretml/slicer";
25 license = licenses.mit;
26 maintainers = with maintainers; [ evax ];
27 platforms = platforms.unix;