sasview: fix build

+6
+6
pkgs/applications/science/misc/sasview/default.nix
··· 25 25 }) 26 26 ]; 27 27 28 + # AttributeError: module 'numpy' has no attribute 'float'. 29 + postPatch = '' 30 + substituteInPlace src/sas/sascalc/pr/p_invertor.py \ 31 + --replace "dtype=np.float)" "dtype=float)" 32 + ''; 33 + 28 34 nativeBuildInputs = [ 29 35 python3.pkgs.pyqt5 30 36 wrapQtAppsHook