Files
dotfiles/overlays/patches/scipy/default.nix
T

6 lines
190 B
Nix

{ scipy }:
scipy.overridePythonAttrs (old: {
# Keep the STFT tests enabled with tolerances for x86-64-v3 rounding.
patches = (old.patches or [ ]) ++ [ ./stft-test-tolerances.patch ];
})