Loading pkgs/development/python-modules/librosa/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ resampy, samplerate, writableTmpDirAsHomeHook, pythonAtLeast, }: buildPythonPackage (finalAttrs: { Loading Loading @@ -127,6 +128,13 @@ buildPythonPackage (finalAttrs: { "test_istft_multi" "test_pitch_shift_multi" "test_time_stretch_multi" ] ++ lib.optionals (pythonAtLeast "3.14") [ # ValueError: cannot resize an array that references or is referenced "test_resample_mono" "test_resample_multichannel" "test_resample_scale" "test_resample_stereo" ]; meta = { Loading Loading
pkgs/development/python-modules/librosa/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ resampy, samplerate, writableTmpDirAsHomeHook, pythonAtLeast, }: buildPythonPackage (finalAttrs: { Loading Loading @@ -127,6 +128,13 @@ buildPythonPackage (finalAttrs: { "test_istft_multi" "test_pitch_shift_multi" "test_time_stretch_multi" ] ++ lib.optionals (pythonAtLeast "3.14") [ # ValueError: cannot resize an array that references or is referenced "test_resample_mono" "test_resample_multichannel" "test_resample_scale" "test_resample_stereo" ]; meta = { Loading