nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

slicer: fix build

(cherry picked from commit 182c8be43317221676de695fa76dd680e4bc7ee9)

authored by

Vikram Narayanan and committed by
github-actions[bot]
83036951 7a5d5a88

+2 -1
+2 -1
pkgs/development/python-modules/slicer/default.nix
··· 5 5 , pytestCheckHook 6 6 , pandas 7 7 , pytorch 8 + , scipy 8 9 }: 9 10 10 11 buildPythonPackage rec { ··· 18 17 sha256 = "f5d5f7b45f98d155b9c0ba6554fa9770c6b26d5793a3e77a1030fb56910ebeec"; 19 18 }; 20 19 21 - checkInputs = [ pytestCheckHook pandas pytorch ]; 20 + checkInputs = [ pytestCheckHook pandas pytorch scipy ]; 22 21 23 22 meta = with lib; { 24 23 description = "Wraps tensor-like objects and provides a uniform slicing interface via __getitem__";